Information about plays

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

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

{
    "id": 349735,
    "uri": "https://api.kexp.org/v2/plays/349735/?format=api",
    "airdate": "2019-07-03T20:14:52-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Messin' 'Round With The Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "Urban Blues",
    "release_id": "b7c38052-dcde-3015-9357-ee65461de52e",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1969 recording that was unreleased until the 1993 reissue of this 1967 album ; video doing his own \"Boom Boom Boom\" on the BBC in 1965: https://www.youtube.com/watch?v=AiGjd1Uddlw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}