Information about plays

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

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

{
    "id": 3558772,
    "uri": "https://api.kexp.org/v2/plays/3558772/?format=api",
    "airdate": "2025-09-28T10:28:06-07:00",
    "show": 64690,
    "show_uri": "https://api.kexp.org/v2/shows/64690/?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": "Way To Get Out",
    "track_id": null,
    "recording_id": "4d9f507f-f666-487f-9bf9-234aaa826776",
    "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 4-piece started as diner co-workers, Lexi Goddard and Chris Coleslaw, performing Neil Young cover sets.\n\nhttps://tobaccocity.bandcamp.com/album/horses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}