Information about plays

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

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

{
    "id": 3637610,
    "uri": "https://api.kexp.org/v2/plays/3637610/?format=api",
    "airdate": "2026-04-04T06:54:10-07:00",
    "show": 66362,
    "show_uri": "https://api.kexp.org/v2/shows/66362/?format=api",
    "image_uri": "https://coverartarchive.org/release/283de6ac-8065-48c7-b9f6-9817406658dd/43596243748-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/283de6ac-8065-48c7-b9f6-9817406658dd/43596243748-250.jpg",
    "song": "Ice & Fire",
    "track_id": null,
    "recording_id": "fa3adcda-ed00-40a1-a949-f98dbd482bd1",
    "artist": "Swiimers",
    "artist_ids": [
        "2b2e995c-d889-41a0-9d12-1baa23bf89d8"
    ],
    "album": "Swiimers High",
    "release_id": null,
    "release_group_id": "201a85c8-711a-41e3-8fe9-af977d49bed5",
    "labels": [
        "ORM ENT"
    ],
    "label_ids": [
        "d8e9696a-7d45-4277-8c43-db406a275ba6"
    ],
    "release_date": "2025-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}