Information about plays

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

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

{
    "id": 1367014,
    "uri": "https://api.kexp.org/v2/plays/1367014/?format=api",
    "airdate": "2008-04-26T22:54:00-07:00",
    "show": 23867,
    "show_uri": "https://api.kexp.org/v2/shows/23867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "abcd",
    "track_id": null,
    "recording_id": null,
    "artist": "Randoms",
    "artist_ids": [
        "436075ef-bef1-4687-8171-535ae938373d"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dangerhouse"
    ],
    "label_ids": [
        "55bfe7ab-4626-41a7-9715-67c24864fe85"
    ],
    "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"
}