Information about plays

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

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

{
    "id": 349501,
    "uri": "https://api.kexp.org/v2/plays/349501/?format=api",
    "airdate": "2019-07-03T08:17:39-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s a Rainbow",
    "track_id": "e55675e0-0b8c-4868-84f5-cf8f93bcbc4d",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Their Satanic Majesties Request",
    "release_id": "7296fc4d-f338-4c0c-b3d1-f58ecf9415db",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Jones of The Rolling Stones was found dead in his swimming pool in England on this day in 1969, 50 years ago. ‘She’s A Rainbow’ features Brian Jones on Mellotron.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}