Information about plays

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

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

{
    "id": 3547108,
    "uri": "https://api.kexp.org/v2/plays/3547108/?format=api",
    "airdate": "2025-08-31T09:30:05-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6f29387-6763-4f77-96ad-4e2798ba2d9e/40936897245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e6f29387-6763-4f77-96ad-4e2798ba2d9e/40936897245-250.jpg",
    "song": "Autumn",
    "track_id": null,
    "recording_id": "b3baf893-a6bd-481f-95a8-473591168e44",
    "artist": "Tobacco City",
    "artist_ids": [
        "27a5c1c2-b07d-4e47-984c-b68371111cfe"
    ],
    "album": "Horses",
    "release_id": null,
    "release_group_id": "64b9964b-9786-47a2-9489-bd81e07934cc",
    "labels": [
        "Scissor Tail"
    ],
    "label_ids": [
        "3148f8d6-be5b-447d-a920-19b887e1f20f"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago band goes on a nostalgic journey through the haze of youth where time feels suspended and plans are nonexistent.\nhttps://tobaccocity.bandcamp.com/album/horses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}