Information about plays

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

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

{
    "id": 3632339,
    "uri": "https://api.kexp.org/v2/plays/3632339/?format=api",
    "airdate": "2026-03-22T11:41:55-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/f391fb81-d36b-43fa-a0c8-48c112b9d322/3573758449-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f391fb81-d36b-43fa-a0c8-48c112b9d322/3573758449-250.jpg",
    "song": "No Expectations",
    "track_id": null,
    "recording_id": "0af9288d-f752-484a-99fa-0e1e0882ebab",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Gone Girl",
    "release_id": null,
    "release_group_id": "5b34c369-8d4e-4d6e-b887-ec23a0dd17e8",
    "labels": [
        "Sony"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville country star covers The Rolling Stones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}