Information about plays

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

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

{
    "id": 3636256,
    "uri": "https://api.kexp.org/v2/plays/3636256/?format=api",
    "airdate": "2026-04-01T02:28:49-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a127ede-11b4-4f48-9ca3-ae2ceb2e7256/33917804352-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a127ede-11b4-4f48-9ca3-ae2ceb2e7256/33917804352-250.jpg",
    "song": "Smokin’ in the Boys Room",
    "track_id": null,
    "recording_id": "2bc14b6b-2764-481c-80f0-2ace0a2ea71f",
    "artist": "Brownsville Station",
    "artist_ids": [
        "eda386f2-d8b5-4b8d-a692-3461a12eba07"
    ],
    "album": "Yeah!",
    "release_id": null,
    "release_group_id": "633c37c7-ae1c-3a11-83b8-0f7ddd0332b9",
    "labels": [
        "Big Tree Records"
    ],
    "label_ids": [
        "1144ad63-23c1-4a99-ab21-56c580004e8f"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}