Information about plays

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

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

{
    "id": 2680920,
    "uri": "https://api.kexp.org/v2/plays/2680920/?format=api",
    "airdate": "2020-01-01T18:26:33-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moanin’ the Blues",
    "track_id": "44699663-0b1a-3cf4-bc14-6761b73b1c2d",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "American Legends: Best of the Early Years",
    "release_id": "00d53eb8-b370-40ed-a825-91a57628e4b2",
    "release_group_id": null,
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video of Cold Cold Heart live in 1952: https://www.youtube.com/watch?v=-yCQraOX4Bw ; http://hankwilliams.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}