Information about plays

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

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

{
    "id": 3667639,
    "uri": "https://api.kexp.org/v2/plays/3667639/?format=api",
    "airdate": "2026-06-14T02:24:41-07:00",
    "show": 66984,
    "show_uri": "https://api.kexp.org/v2/shows/66984/?format=api",
    "image_uri": "https://dn710903.ca.archive.org/0/items/mbid-eb30b1a0-3a0a-47cb-b2b1-0856f0cb6aa8/mbid-eb30b1a0-3a0a-47cb-b2b1-0856f0cb6aa8-45315498159_thumb500.jpg",
    "thumbnail_uri": "https://dn710903.ca.archive.org/0/items/mbid-eb30b1a0-3a0a-47cb-b2b1-0856f0cb6aa8/mbid-eb30b1a0-3a0a-47cb-b2b1-0856f0cb6aa8-45315498159_thumb250.jpg",
    "song": "the feeling",
    "track_id": "8976f47b-6a63-4b58-b194-8833ac11975c",
    "recording_id": "197eb7c2-b690-4ba6-bf58-f73a39ae6cbe",
    "artist": "Steve Lacy",
    "artist_ids": [
        "b29020d6-5dbf-4c99-b16f-c009f8a712ff"
    ],
    "album": "Oh yeah?",
    "release_id": "eb30b1a0-3a0a-47cb-b2b1-0856f0cb6aa8",
    "release_group_id": "40a8bbb9-667a-4878-beb7-05b4fdffa92d",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2026-07-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Steve Lacy!\n\nhttps://stevelacy.lnk.to/thefeeling\n\nVideo: https://www.youtube.com/watch?v=Qw20tg1v7Fc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}