Information about plays

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

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

{
    "id": 353488,
    "uri": "https://api.kexp.org/v2/plays/353488/?format=api",
    "airdate": "2019-07-12T13:39:19-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King Crow/Germinate",
    "track_id": "88043e3f-fa0f-43cb-8f07-c7ea27bc97de",
    "recording_id": null,
    "artist": "Weep Wave",
    "artist_ids": [
        "9d8f384a-7fa7-4a8d-a9cc-e3bef1b1f339"
    ],
    "album": "S.A.D.",
    "release_id": "ce53b5e8-7e7c-4b0a-b17a-a2aed774407e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Weep Wave play the Angry Beaver on Sunday, September 1.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}