Information about plays

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

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

{
    "id": 1276978,
    "uri": "https://api.kexp.org/v2/plays/1276978/?format=api",
    "airdate": "2007-09-08T23:48:00-07:00",
    "show": 22348,
    "show_uri": "https://api.kexp.org/v2/shows/22348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Odyssey (The Acid Test)",
    "track_id": "458afe0e-9800-4269-83c1-af85861fd6b4",
    "recording_id": null,
    "artist": "Code",
    "artist_ids": [
        "ccc444b1-3d35-4726-a6da-b3fb0ef60f14"
    ],
    "album": "Odyssey EP",
    "release_id": "804abe70-d359-4937-85c4-8d0fe4a2b432",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}