Information about plays

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

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

{
    "id": 3557572,
    "uri": "https://api.kexp.org/v2/plays/3557572/?format=api",
    "airdate": "2025-09-25T12:47:33-07:00",
    "show": 64657,
    "show_uri": "https://api.kexp.org/v2/shows/64657/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-767c1710-27aa-491b-8145-112d42e198ed/mbid-767c1710-27aa-491b-8145-112d42e198ed-18894008778_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-767c1710-27aa-491b-8145-112d42e198ed/mbid-767c1710-27aa-491b-8145-112d42e198ed-18894008778_thumb250.jpg",
    "song": "We Don’t Exist",
    "track_id": "f512cf19-c292-3fb1-aec6-23eb5a21bf70",
    "recording_id": "347f0bfa-43a4-4e0f-976b-7e605d8cb25f",
    "artist": "Meat Puppets",
    "artist_ids": [
        "3df040ee-2b8b-446b-937a-3f86f4b2cabf"
    ],
    "album": "Too High to Die",
    "release_id": "767c1710-27aa-491b-8145-112d42e198ed",
    "release_group_id": "a7b4605f-00fa-3148-b3a2-1a2a0934c756",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1994-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The eighth studio album from Meat Puppets. 'Too High to Die' was produced by Butthole Surfers guitarist Paul Leary. The album title is a parody of The Ramones' 1984 release 'Too Tough to Die'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}