Information about plays

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

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

{
    "id": 417240,
    "uri": "https://api.kexp.org/v2/plays/417240/?format=api",
    "airdate": "2001-04-22T19:35:17-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Come Down",
    "track_id": "ceae138d-608f-4460-a49b-0ac7800a59b5",
    "recording_id": null,
    "artist": "Chico & Coolwadda",
    "artist_ids": [
        "4778b23e-f30b-4d49-ac30-1090291d5ec1"
    ],
    "album": "Wild 'N Tha West",
    "release_id": "5db3ea00-0b14-4032-81a0-19f53979f4c5",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}