Information about plays

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

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

{
    "id": 3626249,
    "uri": "https://api.kexp.org/v2/plays/3626249/?format=api",
    "airdate": "2026-03-07T04:10:36-08:00",
    "show": 66114,
    "show_uri": "https://api.kexp.org/v2/shows/66114/?format=api",
    "image_uri": "https://dn710903.ca.archive.org/0/items/mbid-6bd7d4a0-4172-40ce-882d-6814b1d92416/mbid-6bd7d4a0-4172-40ce-882d-6814b1d92416-16154653920_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Petals",
    "track_id": "9d154779-8eae-4853-84f2-75af4f5ff219",
    "recording_id": "84df26a5-0f65-48d6-806b-e5684965c57a",
    "artist": "TOPS",
    "artist_ids": [
        "2491939e-b112-4afd-8563-c1ab1ea27e1c"
    ],
    "album": "Sugar at the Gate",
    "release_id": "6bd7d4a0-4172-40ce-882d-6814b1d92416",
    "release_group_id": "e1f8587b-f15a-4032-aa48-418903fb5844",
    "labels": [
        "Arbutus Records"
    ],
    "label_ids": [
        "05f3843b-fe2e-41f6-b97e-101449b8453c"
    ],
    "release_date": "2017-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}