Information about plays

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

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

{
    "id": 3620761,
    "uri": "https://api.kexp.org/v2/plays/3620761/?format=api",
    "airdate": "2026-02-22T10:09:28-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "https://coverartarchive.org/release/2dcc41e9-06a0-4b1b-9d78-c31fda9d7bd9/24603621119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2dcc41e9-06a0-4b1b-9d78-c31fda9d7bd9/24603621119-250.jpg",
    "song": "I'm Going Home",
    "track_id": null,
    "recording_id": "b9d91332-123b-436a-8708-3c571ac0f95f",
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Introducing the Sonics",
    "release_id": null,
    "release_group_id": "4aa6064a-68bf-3f58-b0f0-c9130d9162e1",
    "labels": [
        "Jerden"
    ],
    "label_ids": [
        "6b693d4b-a4e9-44f2-ba6e-c499eda7aa88"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle’s original garage band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}