Information about plays

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

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

{
    "id": 3421809,
    "uri": "https://api.kexp.org/v2/plays/3421809/?format=api",
    "airdate": "2024-11-05T18:16:34-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia802709.us.archive.org/11/items/mbid-ebe87ef8-0f4e-485e-86bf-9615c0542ce6/mbid-ebe87ef8-0f4e-485e-86bf-9615c0542ce6-6611270777_thumb500.jpg",
    "thumbnail_uri": "https://ia802709.us.archive.org/11/items/mbid-ebe87ef8-0f4e-485e-86bf-9615c0542ce6/mbid-ebe87ef8-0f4e-485e-86bf-9615c0542ce6-6611270777_thumb250.jpg",
    "song": "World News",
    "track_id": "c2957575-aa3d-4478-b5d4-e156771471d8",
    "recording_id": "bdaca67e-9d1a-4ea5-bffe-a607e4913675",
    "artist": "Local Natives",
    "artist_ids": [
        "1bbf31dc-dbc0-4a7a-bf3f-48bc665878e1"
    ],
    "album": "Gorilla Manor",
    "release_id": "ebe87ef8-0f4e-485e-86bf-9615c0542ce6",
    "release_group_id": "851a8aa2-d1ae-4d9b-bd41-a455b7e18fc8",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2010-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's vocalist, Taylor Rice, reflected back on the album, sharing, \"My relationship with these songs is dynamic and fluid, but I view the recorded versions as a moment in time.\" https://bit.ly/3gOcVmD \n\nhttps://localnativesmusic.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}