Information about plays

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

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

{
    "id": 3671047,
    "uri": "https://api.kexp.org/v2/plays/3671047/?format=api",
    "airdate": "2026-06-22T05:47:31-07:00",
    "show": 67057,
    "show_uri": "https://api.kexp.org/v2/shows/67057/?format=api",
    "image_uri": "https://dn720600.ca.archive.org/0/items/mbid-86c6ac10-bdfa-4e9c-8da4-fbfd666b7309/mbid-86c6ac10-bdfa-4e9c-8da4-fbfd666b7309-45238985037_thumb500.jpg",
    "thumbnail_uri": "https://dn720600.ca.archive.org/0/items/mbid-86c6ac10-bdfa-4e9c-8da4-fbfd666b7309/mbid-86c6ac10-bdfa-4e9c-8da4-fbfd666b7309-45238985037_thumb250.jpg",
    "song": "The Fame",
    "track_id": "f4fe6dd9-5d6e-4834-a615-56180d45cb4d",
    "recording_id": "4e3d5a21-66ef-4f7f-acaa-c4a9efbc434f",
    "artist": "Pain Gain",
    "artist_ids": [
        "83d492e3-c600-4c37-ada1-69255f43a875"
    ],
    "album": "Pain Gain",
    "release_id": "86c6ac10-bdfa-4e9c-8da4-fbfd666b7309",
    "release_group_id": "b38ab7d4-cd7f-4f0c-be48-0bcfd270d47e",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2026-07-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album due out July 10 from the London  three-piece band.\nhttps://paingain.bandcamp.com/album/pain-gain\n\nOfficial music video:\nhttps://www.youtube.com/watch?v=df3_ot2Uh3c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}