Information about plays

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

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

{
    "id": 3544162,
    "uri": "https://api.kexp.org/v2/plays/3544162/?format=api",
    "airdate": "2025-08-24T10:33:17-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b08e624-1ae5-4e5f-ac52-0ebc2537849d/5227011003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b08e624-1ae5-4e5f-ac52-0ebc2537849d/5227011003-250.jpg",
    "song": "Roll On Down the Highway",
    "track_id": null,
    "recording_id": "d6fff18a-d604-4542-996e-a40f12a51fc3",
    "artist": "Bachman–Turner Overdrive",
    "artist_ids": [
        "7a3b3f80-04b8-4968-b432-fbcd3f350716"
    ],
    "album": "Not Fragile",
    "release_id": null,
    "release_group_id": "03e7c359-4762-3738-bfad-2ca43e539938",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Canadian band had been approached by the Ford motor company to write songs for them but none were picked up, so Fred Turner and Robbie Bachman worked with Randy Bachman to turn this into their own hit single. \n\nThey're playing the WA state fair September 17 with Blue Oyster Cult https://www.thefair.com/entertainment/bachman-turner-overdrive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}