Information about plays

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

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

{
    "id": 1376966,
    "uri": "https://api.kexp.org/v2/plays/1376966/?format=api",
    "airdate": "2008-05-21T22:25:03-07:00",
    "show": 24033,
    "show_uri": "https://api.kexp.org/v2/shows/24033/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire Made of Bones",
    "track_id": "b614ada2-e188-4e83-b6e0-ee20e0ed8ce9",
    "recording_id": null,
    "artist": "Tape",
    "artist_ids": [
        "cd0ec348-c968-40a7-ac67-0b0e464b704b"
    ],
    "album": "Opera Plus",
    "release_id": "0709ba01-8bcc-48d8-afd8-a2cbc4fecfdf",
    "release_group_id": null,
    "labels": [
        "Häpna"
    ],
    "label_ids": [
        "d5faaa4d-e2c6-4c93-8110-19b939b8678b"
    ],
    "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"
}