Information about plays

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

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

{
    "id": 3640767,
    "uri": "https://api.kexp.org/v2/plays/3640767/?format=api",
    "airdate": "2026-04-11T14:56:18-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "https://coverartarchive.org/release/60fab4f4-d5aa-43a9-9298-9bf7d803db74/39187849829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60fab4f4-d5aa-43a9-9298-9bf7d803db74/39187849829-250.jpg",
    "song": "Still Hoverin'",
    "track_id": null,
    "recording_id": "4a95f648-7101-41a9-b134-56cf0f874e97",
    "artist": "DOOM GONG",
    "artist_ids": [
        "20e4fdd4-59a7-4647-8f2c-ebadad57a008"
    ],
    "album": "DOOM GONG",
    "release_id": null,
    "release_group_id": "3d5bd594-836a-4287-b2b0-5c1c479b5f2c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out our recent in-studio with Doom Gong https://www.youtube.com/watch?v=lZZfkLkv-30",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}