Information about plays

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

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

{
    "id": 3534062,
    "uri": "https://api.kexp.org/v2/plays/3534062/?format=api",
    "airdate": "2025-07-31T08:11:14-07:00",
    "show": 64160,
    "show_uri": "https://api.kexp.org/v2/shows/64160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Sing That Rock and Roll",
    "track_id": "acb79b8f-2ed0-3253-aa38-1f55e2d41520",
    "recording_id": "ba8bdeaa-e511-4670-a45b-001393e630dd",
    "artist": "Gillian Welch",
    "artist_ids": [
        "2ff49515-1701-4bac-a53a-04345893f3f3"
    ],
    "album": "Time (The Revelator)",
    "release_id": "917a723a-9449-4517-83be-1bc8a56ae64b",
    "release_group_id": "4f9a9d35-b16d-3b7b-80d0-32b29683633f",
    "labels": [
        "Acony Records"
    ],
    "label_ids": [
        "2cf5b679-cad4-442b-9a4d-2e474c13fb90"
    ],
    "release_date": "2001-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third album from Gillian Welch; this track was recorded live at Nashville's famed Ryman Auditorium during the sessions for the concert film \"Down from the Mountain\" featuring traditional music artists who participated on the soundtrack for \"O Brother, Where Art Thou?\"\nhttps://www.gillianwelch-davidrawlings.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}