Information about plays

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

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

{
    "id": 3633734,
    "uri": "https://api.kexp.org/v2/plays/3633734/?format=api",
    "airdate": "2026-03-26T03:43:26-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6ea6375-8477-4069-b75b-6a9aea7cb0fa/14142595618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6ea6375-8477-4069-b75b-6a9aea7cb0fa/14142595618-250.jpg",
    "song": "I (Who Have Nothing)",
    "track_id": null,
    "recording_id": "f088b5b5-66c1-4a22-ba86-4e9dcca498f8",
    "artist": "Ben E. King",
    "artist_ids": [
        "837555ba-012e-45f1-9a9c-9628da13ee54"
    ],
    "album": "Young Boy Blues",
    "release_id": null,
    "release_group_id": "15e78b23-d8f2-30ec-be0a-299493e3ddec",
    "labels": [
        "Clarion Records"
    ],
    "label_ids": [
        "8ce723e8-509b-43f0-a0db-923e1a488f7d"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester would cover \"I (Who Have Nothing)\" on the 1979 album Stars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}