Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/375975/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 375975,
    "uri": "https://api.kexp.org/v2/plays/375975/?format=api",
    "airdate": "2019-09-03T11:11:41-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ruin",
    "track_id": "50035ae0-b000-4e65-a221-9c0adf03d129",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Sun (sampler)",
    "release_id": "41850aed-95f2-4407-91f9-d85d742661f9",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Maybe, Lara, this Cat Power request should go out to your \"dedicated\" son Cole. Cat Power will perform at the Showbox at the Market on Wednesday, October 30th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}