Information about plays

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

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

{
    "id": 1294817,
    "uri": "https://api.kexp.org/v2/plays/1294817/?format=api",
    "airdate": "2007-10-24T21:11:46-07:00",
    "show": 22653,
    "show_uri": "https://api.kexp.org/v2/shows/22653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One More Time / Burnin To The Ground / The Fuselage",
    "track_id": null,
    "recording_id": null,
    "artist": "Mountain.con / Sancho Panza",
    "artist_ids": [],
    "album": "Through The Glass",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "iTunes Store"
    ],
    "label_ids": [
        "93ec02b7-152c-44c6-b120-d7cd483aae43"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}