Information about plays

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

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

{
    "id": 422844,
    "uri": "https://api.kexp.org/v2/plays/422844/?format=api",
    "airdate": "2001-05-09T19:00:00-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motor Dude Special",
    "track_id": "b530689c-200b-44f3-922c-fb79aa9ed185",
    "recording_id": null,
    "artist": "Beau Jocque & the Zydeco Hi-Rollers",
    "artist_ids": [
        "56ae315b-787f-472c-ba15-56e9a8a8028c"
    ],
    "album": "Git It, Beau Jocque!",
    "release_id": "663c5681-4c77-44dc-9d26-63556721bac8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}