Information about plays

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

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

{
    "id": 3637030,
    "uri": "https://api.kexp.org/v2/plays/3637030/?format=api",
    "airdate": "2026-04-02T22:11:01-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8a7a111-6569-4e3b-987b-cc08ac4eb1cb/44340343882-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8a7a111-6569-4e3b-987b-cc08ac4eb1cb/44340343882-250.jpg",
    "song": "Goddess",
    "track_id": null,
    "recording_id": "5570b403-feec-4067-9f8e-fb12e6b26013",
    "artist": "Protoje feat Shenseea",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72",
        "c99aa692-67a6-468f-9d97-b6e36c401f6b"
    ],
    "album": "The Art Of Acceptance",
    "release_id": null,
    "release_group_id": "0db6036b-59b7-4794-99fe-34b146c231e1",
    "labels": [
        "In.Digg.Nation Collective"
    ],
    "label_ids": [
        "b7f6e35f-52ee-4553-b74a-752b6f5d818f"
    ],
    "release_date": "2026-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}