Information about plays

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

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

{
    "id": 383039,
    "uri": "https://api.kexp.org/v2/plays/383039/?format=api",
    "airdate": "2019-09-19T16:25:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood and Sand / Milk and Endless Waters",
    "track_id": "a5e1488e-c0ab-453a-9fdb-aa097098788b",
    "recording_id": null,
    "artist": "All Them Witches",
    "artist_ids": [
        "b574bfea-2359-4e9d-93f6-71c3c9a2a4f0"
    ],
    "album": "Dying Surfer Meets His Maker",
    "release_id": "43ef324b-c7bc-41fb-90d0-90c5234162ef",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2015-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this great set from All Them Witches here at KEXP: <br/><br/> https://www.youtube.com/watch?v=VteuWD_dIdk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}