Information about plays

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

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

{
    "id": 3674481,
    "uri": "https://api.kexp.org/v2/plays/3674481/?format=api",
    "airdate": "2026-06-30T10:48:29-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-9853de12-66ee-3655-a748-7fb4342f9920/mbid-9853de12-66ee-3655-a748-7fb4342f9920-13615779331_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-9853de12-66ee-3655-a748-7fb4342f9920/mbid-9853de12-66ee-3655-a748-7fb4342f9920-13615779331_thumb250.jpg",
    "song": "Cursed Mirror",
    "track_id": "b8392652-df49-32da-933b-4b3ee8207f5f",
    "recording_id": "55568b21-ad16-4584-88bb-27207abb777d",
    "artist": "Superchunk",
    "artist_ids": [
        "61653550-fd9b-4401-8248-44f2d064d384"
    ],
    "album": "Come Pick Me Up",
    "release_id": "ea3f6b34-1597-43db-9b7d-06ecb58e2a19",
    "release_group_id": "f3091ac6-bde9-3d04-a1bb-4cca22423e4a",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1999-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drummer Jon Wurster (noting that he had only written two Superchunk songs) wrote the music for this song. Mac McCaughan handled the lyrics and vocals.\n--\nSuperchunk was live in our studio in 2022. Watch that entire performance, hosted by Cheryl Waters: https://www.youtube.com/watch?v=0qjx3JNvlMI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}