Information about plays

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

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

{
    "id": 355988,
    "uri": "https://api.kexp.org/v2/plays/355988/?format=api",
    "airdate": "2019-07-18T09:40:39-07:00",
    "show": 5931,
    "show_uri": "https://api.kexp.org/v2/shows/5931/?format=api",
    "image_uri": "http://coverartarchive.org/release/35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/1517852873-250.jpg",
    "thumbnail_uri": "",
    "song": "Walking on the Moon",
    "track_id": "bf4203da-a8e2-3050-8f46-70eb0ec5112d",
    "recording_id": null,
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating astronaut John Glenn (the first American to orbit the Earth) who was born on this day in 1921. He passed away on December 8, 2016 at the age of 95",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}