Information about plays

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

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

{
    "id": 3637974,
    "uri": "https://api.kexp.org/v2/plays/3637974/?format=api",
    "airdate": "2026-04-04T23:39:43-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/e94ce680-f4c2-425d-831f-8a4341254a4b/11941938583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e94ce680-f4c2-425d-831f-8a4341254a4b/11941938583-250.jpg",
    "song": "Hydraphobia",
    "track_id": null,
    "recording_id": "49e14cad-ddfc-482a-88df-e3e6a1682ef7",
    "artist": "Insect Warfare",
    "artist_ids": [
        "f0f7a1cf-2980-4cfe-bea0-5d6dba84fa89"
    ],
    "album": "World Extermination",
    "release_id": null,
    "release_group_id": "d2884bc3-7155-3e4d-937e-f44520e0d84a",
    "labels": [
        "Regurgitated Semen Records"
    ],
    "label_ids": [
        "4d4fa474-921e-42f4-a11a-056a0641926f"
    ],
    "release_date": "2007-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Houston, TX\n\nhttps://insectwarfare.bandcamp.com/album/world-extermination",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}