Information about plays

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

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

{
    "id": 3572222,
    "uri": "https://api.kexp.org/v2/plays/3572222/?format=api",
    "airdate": "2025-10-31T13:13:25-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia903404.us.archive.org/5/items/mbid-c507e78c-4f02-4765-8ca4-1d919bbde08c/mbid-c507e78c-4f02-4765-8ca4-1d919bbde08c-9574171273_thumb500.jpg",
    "thumbnail_uri": "https://ia803404.us.archive.org/5/items/mbid-c507e78c-4f02-4765-8ca4-1d919bbde08c/mbid-c507e78c-4f02-4765-8ca4-1d919bbde08c-9574171273_thumb250.jpg",
    "song": "Goin’ Out West",
    "track_id": "cba4dfe5-909c-364d-ab99-7c9ad834afd1",
    "recording_id": "e329eed3-ea62-4791-8db4-467ad6b6fc47",
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Bone Machine",
    "release_id": "c507e78c-4f02-4765-8ca4-1d919bbde08c",
    "release_group_id": "b65ca7b8-4069-3782-9c4c-b2353cc4bc04",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1992-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1992 - Tom Waits' Grammy-winning 11th album Bone Machine features guest appearances by genre greats like David Hidalgo, Les Claypool, Bryan Mantia, and Keith Richards.\n\nBone Machine was mastered by Bob Ludwig",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}