Information about plays

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

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

{
    "id": 3629552,
    "uri": "https://api.kexp.org/v2/plays/3629552/?format=api",
    "airdate": "2026-03-16T01:59:20-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/75e2783f-2d7f-47f3-8069-2d3f5efac96f/7546679807-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75e2783f-2d7f-47f3-8069-2d3f5efac96f/7546679807-250.jpg",
    "song": "Another Kind of Love",
    "track_id": null,
    "recording_id": "40c2dca7-f44a-42b3-a8f9-71fc6c92e5ce",
    "artist": "Attila Zoller",
    "artist_ids": [
        "132fd6fb-a0c4-4ef8-80cf-81700d4b11b9"
    ],
    "album": "Gypsy Cry",
    "release_id": null,
    "release_group_id": "256710c7-3ca2-4dac-959b-90e6c862793b",
    "labels": [
        "Embryo Records"
    ],
    "label_ids": [
        "affd5c9f-2c89-4ea3-8fa3-24adfca126ac"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gypsy jazz album from Atilla Zoller featuring Herbie Hancock on Keys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}