Information about plays

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

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

{
    "id": 1233208,
    "uri": "https://api.kexp.org/v2/plays/1233208/?format=api",
    "airdate": "2007-05-19T19:47:00-07:00",
    "show": 21602,
    "show_uri": "https://api.kexp.org/v2/shows/21602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilly White",
    "track_id": "1f20cf96-4b0d-40d3-8871-1188f7901983",
    "recording_id": null,
    "artist": "Rocky Votolato",
    "artist_ids": [
        "05010b18-ba21-46dc-be6d-615d90170b8e"
    ],
    "album": "The Brag and Cuss",
    "release_id": "e6b15c63-39bb-4ad1-975e-77d26150013e",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2007-06-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}