Information about plays

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

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

{
    "id": 3637982,
    "uri": "https://api.kexp.org/v2/plays/3637982/?format=api",
    "airdate": "2026-04-04T23:59:07-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/4583653b-9d23-49c7-9e8e-4f00ba156aee/43075497992-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4583653b-9d23-49c7-9e8e-4f00ba156aee/43075497992-250.jpg",
    "song": "Dysmorphia",
    "track_id": null,
    "recording_id": "aaf048b4-2188-4020-bd7c-fd8b3bd87169",
    "artist": "Stimulant",
    "artist_ids": [
        "69e509ba-3a75-402d-b747-afca745506d9"
    ],
    "album": "Sub-Normal",
    "release_id": null,
    "release_group_id": "4f042aa1-1180-4449-8788-386fa379d69d",
    "labels": [
        "Nerve Altar"
    ],
    "label_ids": [
        "1e3b727a-1cd9-4353-a277-450631941593"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}