Information about plays

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

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

{
    "id": 2683063,
    "uri": "https://api.kexp.org/v2/plays/2683063/?format=api",
    "airdate": "2020-01-07T01:38:01-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bda8529-03ec-4987-8c24-8019fdb886af/13900130442-250.jpg",
    "thumbnail_uri": "",
    "song": "Go! (club mix)",
    "track_id": "34590164-5d84-3403-b964-a54cc84c7745",
    "recording_id": null,
    "artist": "Tones on Tail",
    "artist_ids": [
        "ff3a293a-76d1-49a7-a5c5-fede02e7e648"
    ],
    "album": "Tones on Tail",
    "release_id": "5bda8529-03ec-4987-8c24-8019fdb886af",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about Tones on Tail via the KEXP blog: https://www.kexp.org/read/2018/6/8/daniel-ash-kevin-haskins-look-at-the-past-as-they-head-into-the-future-as-poptone/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}