Information about plays

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

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

{
    "id": 3609792,
    "uri": "https://api.kexp.org/v2/plays/3609792/?format=api",
    "airdate": "2026-01-27T12:45:38-08:00",
    "show": 65769,
    "show_uri": "https://api.kexp.org/v2/shows/65769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Love Love",
    "track_id": "32f824a4-ce37-437a-a236-c18131f38fc0",
    "recording_id": "70c69a42-3c8e-4c09-abde-1016cb6ba5c3",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "My Morning Jacket",
    "release_id": "62f567d5-a966-41ff-b460-f25df7181561",
    "release_group_id": "2dbf59ee-b48d-4c18-9ff6-db03ef9a42ee",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2021-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jim James said about this song: \"It came to me on a walk, the rhythm of it. I wanted it to be powerful and propulsive at the same time, to have this weird combination of power and a super-mellow, super-beautiful vocal thing in the choruses. Mainly, it’s from working on myself and going to therapy and realising how mean I can be to myself. If we walked into a room and heard somebody saying the terrible things we say to ourselves to a friend, we’d get super pissed. The song is really about trying to find a way to love yourself, so you can be more present for other people.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}