Information about plays

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

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

{
    "id": 3615927,
    "uri": "https://api.kexp.org/v2/plays/3615927/?format=api",
    "airdate": "2026-02-10T22:49:08-08:00",
    "show": 65900,
    "show_uri": "https://api.kexp.org/v2/shows/65900/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-1a491d52-3ceb-4829-b5f8-a9fbacc5618e/mbid-1a491d52-3ceb-4829-b5f8-a9fbacc5618e-42753219716_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-1a491d52-3ceb-4829-b5f8-a9fbacc5618e/mbid-1a491d52-3ceb-4829-b5f8-a9fbacc5618e-42753219716_thumb250.jpg",
    "song": "The Space Between",
    "track_id": "17c1f513-4165-45b7-9719-d84b2296a08b",
    "recording_id": "5c4137d1-3fcc-4b74-a034-388872c0e0da",
    "artist": "Hannah Frances Ft. Daniel Rossen",
    "artist_ids": [
        "22ff2821-2d94-4066-9b46-994ce3e32f2c",
        "39d64c18-3018-40b7-af86-b2f658a57b4d"
    ],
    "album": "Nested in Tangles",
    "release_id": "1a491d52-3ceb-4829-b5f8-a9fbacc5618e",
    "release_group_id": "f218e9f5-ba10-49b5-be00-e70c706f6e92",
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}