Information about plays

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

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

{
    "id": 3546523,
    "uri": "https://api.kexp.org/v2/plays/3546523/?format=api",
    "airdate": "2025-08-30T01:32:04-07:00",
    "show": 64423,
    "show_uri": "https://api.kexp.org/v2/shows/64423/?format=api",
    "image_uri": "https://coverartarchive.org/release/2467e873-2dc6-471e-99f4-ac651643c32c/41639882713-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2467e873-2dc6-471e-99f4-ac651643c32c/41639882713-250.jpg",
    "song": "Rockin' Back Inside My Heart",
    "track_id": null,
    "recording_id": "574a65bc-1ac8-423a-ad80-d0c2fa4294fa",
    "artist": "Ghost Twin",
    "artist_ids": [
        "d928ee24-e188-4123-b373-ac05e41357e6"
    ],
    "album": "Industrial Symphony No. 1",
    "release_id": null,
    "release_group_id": "eb108e2f-48b0-42c1-aabe-7f23490bdedf",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ghosttwin.bandcamp.com/album/industrial-symphony-no-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}