Information about plays

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

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

{
    "id": 508144,
    "uri": "https://api.kexp.org/v2/plays/508144/?format=api",
    "airdate": "2002-01-17T19:10:00-08:00",
    "show": 8745,
    "show_uri": "https://api.kexp.org/v2/shows/8745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Car Hoppin' Mama",
    "track_id": null,
    "recording_id": null,
    "artist": "Hawkshaw Hawkins",
    "artist_ids": [
        "2a233c17-72e1-4da0-b7df-99da708f518c"
    ],
    "album": "Hillbilly Fever! Vol. 2: Legends of Honky Tonk compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}