Information about plays

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

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

{
    "id": 3621584,
    "uri": "https://api.kexp.org/v2/plays/3621584/?format=api",
    "airdate": "2026-02-24T04:54:09-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/633f0469-17ea-4328-b80e-b215c3a6187d/33168171899-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/633f0469-17ea-4328-b80e-b215c3a6187d/33168171899-250.jpg",
    "song": "I Just Make Believe (I'm Touching You)",
    "track_id": null,
    "recording_id": "531fc4c0-a07c-4d58-ba00-ab68bd7b0c44",
    "artist": "J J Barnes",
    "artist_ids": [
        "f501c815-901d-456a-8171-dbb31cc5e0d9"
    ],
    "album": "Born Again",
    "release_id": null,
    "release_group_id": "939da6e0-1e81-47e0-b213-5d4a0769aa84",
    "labels": [
        "Perception Records"
    ],
    "label_ids": [
        "1cb139bd-32c7-43c0-a5da-7ff6bb8d646e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also covered by Astrud Gilberto -- https://www.youtube.com/watch?v=xdaNnHIa-kg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}