Information about plays

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

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

{
    "id": 349008,
    "uri": "https://api.kexp.org/v2/plays/349008/?format=api",
    "airdate": "2019-07-02T11:08:18-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/a9c018b7-3e45-403b-8185-d554d54a969e/16153311069-250.jpg",
    "thumbnail_uri": "",
    "song": "On Another Ocean (January / June)",
    "track_id": "75748da4-8f83-49b1-8abc-4bb1c426fdd0",
    "recording_id": null,
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Crack‐Up",
    "release_id": "a9c018b7-3e45-403b-8185-d554d54a969e",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters hosted Fleet Foxes in the KEXP studio for a live session in 2017:  https://www.youtube.com/watch?v=siDS07yC1Qg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}