Information about plays

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

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

{
    "id": 535510,
    "uri": "https://api.kexp.org/v2/plays/535510/?format=api",
    "airdate": "2002-04-07T09:09:26-07:00",
    "show": 9281,
    "show_uri": "https://api.kexp.org/v2/shows/9281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gud Nuz Bluz",
    "track_id": "a3a93e4e-5512-4f36-9385-f8c98faecba9",
    "recording_id": null,
    "artist": "Jeannie & Jimmy Cheatham and The Sweet Baby Blues Band",
    "artist_ids": [
        "8ae909b1-a021-4b32-8c0b-f80148f5f603"
    ],
    "album": "Gud Nuz Bluz",
    "release_id": "f8755132-3d0e-4123-bb11-5dbc24055158",
    "release_group_id": null,
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "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"
}