Information about plays

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

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

{
    "id": 3565590,
    "uri": "https://api.kexp.org/v2/plays/3565590/?format=api",
    "airdate": "2025-10-15T20:29:16-07:00",
    "show": 64844,
    "show_uri": "https://api.kexp.org/v2/shows/64844/?format=api",
    "image_uri": "https://ia801008.us.archive.org/3/items/mbid-718ee207-d69e-4607-a2bc-0cf2a549e766/mbid-718ee207-d69e-4607-a2bc-0cf2a549e766-43124240968_thumb500.jpg",
    "thumbnail_uri": "https://dn710105.ca.archive.org/0/items/mbid-718ee207-d69e-4607-a2bc-0cf2a549e766/mbid-718ee207-d69e-4607-a2bc-0cf2a549e766-43124240968_thumb250.jpg",
    "song": "Certain Things You Can't Explain (I'll Just Let Myself Go)",
    "track_id": "1999858f-c582-4c8e-94a5-e6dc97457fe9",
    "recording_id": "6085e2c1-de8b-4d97-91fe-39dc7a1528aa",
    "artist": "Kit Sebastian",
    "artist_ids": [
        "d9447e90-e1f0-486f-b3dc-fc8208756370"
    ],
    "album": "Certain Things You Can't Explain (I'll Just Let Myself Go)",
    "release_id": "718ee207-d69e-4607-a2bc-0cf2a549e766",
    "release_group_id": "0466f83d-38bd-4ea7-b5c1-f952e60269a6",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2025-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kit Sebastian - 'Certain Things You Can't Explain (I'll Just Let Myself Go)' (Official Video) - https://www.youtube.com/watch?v=K_axtmVIVO0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}