Information about plays

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

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

{
    "id": 1318726,
    "uri": "https://api.kexp.org/v2/plays/1318726/?format=api",
    "airdate": "2007-12-26T06:01:03-08:00",
    "show": 23059,
    "show_uri": "https://api.kexp.org/v2/shows/23059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Belldog",
    "track_id": "d2e271aa-9888-4231-89d1-d38522463110",
    "recording_id": null,
    "artist": "Eno, Moebius & Roedelius",
    "artist_ids": [
        "30c45b34-a67c-4bd6-a62d-54d7e333b713"
    ],
    "album": "After the Heat",
    "release_id": "ceaba782-f464-4bb6-a9e4-b3d3bb414d6e",
    "release_group_id": null,
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}