Information about plays

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

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

{
    "id": 1276757,
    "uri": "https://api.kexp.org/v2/plays/1276757/?format=api",
    "airdate": "2007-09-08T11:52:00-07:00",
    "show": 22344,
    "show_uri": "https://api.kexp.org/v2/shows/22344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DATC Tribute To King Tubby",
    "track_id": null,
    "recording_id": null,
    "artist": "Mikey Dread",
    "artist_ids": [
        "85fcc6c7-4b54-40dd-bd0e-0df68309acea"
    ],
    "album": "Dread at the Controls",
    "release_id": "bb4646bd-0795-4edd-9140-c225ec351844",
    "release_group_id": null,
    "labels": [
        "Dread at the Controls"
    ],
    "label_ids": [
        "0774fa00-b630-4f30-9318-a4f8a9baa2e6"
    ],
    "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"
}