Information about plays

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

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

{
    "id": 355615,
    "uri": "https://api.kexp.org/v2/plays/355615/?format=api",
    "airdate": "2019-07-17T14:04:13-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/e900179b-89a8-4392-8d70-4d765b695eb6/11569503873-250.jpg",
    "thumbnail_uri": "",
    "song": "Leave a Trace",
    "track_id": "de039095-198a-41a9-b176-2076091d1f36",
    "recording_id": null,
    "artist": "CHVRCHΞS",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Every Open Eye",
    "release_id": "e900179b-89a8-4392-8d70-4d765b695eb6",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CHVRCHΞS performed live in the KEXP studio in July 2016. Watch the full performance, including this track, here: https://www.youtube.com/watch?v=pWAkPRKx1HI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}