Information about plays

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

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

{
    "id": 445416,
    "uri": "https://api.kexp.org/v2/plays/445416/?format=api",
    "airdate": "2001-07-15T23:49:05-07:00",
    "show": 7522,
    "show_uri": "https://api.kexp.org/v2/shows/7522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freight Train",
    "track_id": "361f3cda-c2e9-40f9-a692-86d19b8910de",
    "recording_id": null,
    "artist": "Universal Congress Of",
    "artist_ids": [
        "d0478192-4d5a-4180-a627-da061ba22a66"
    ],
    "album": "The Sad and Tragic Demise of Big Fine Hot Salty Blackwind",
    "release_id": "d887add7-7ea0-49e3-a3c3-3d041a798ede",
    "release_group_id": null,
    "labels": [
        "Enemy Records"
    ],
    "label_ids": [
        "8f0e4941-d322-4cc8-b0a4-648f3dc4d2e2"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}