Information about plays

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

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

{
    "id": 3638148,
    "uri": "https://api.kexp.org/v2/plays/3638148/?format=api",
    "airdate": "2026-04-05T11:01:26-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-c5b099b2-33d9-400e-bc8b-ce7d2e7fcb27/mbid-c5b099b2-33d9-400e-bc8b-ce7d2e7fcb27-26819451412_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-c5b099b2-33d9-400e-bc8b-ce7d2e7fcb27/mbid-c5b099b2-33d9-400e-bc8b-ce7d2e7fcb27-26819451412_thumb250.jpg",
    "song": "Dropkick Me, Jesus",
    "track_id": "c3af02ec-2dd0-433c-8ddf-4dde9d01468f",
    "recording_id": "cc0f5685-4636-4450-bdab-ea05b389def4",
    "artist": "Bobby Bare",
    "artist_ids": [
        "b7798819-d9b2-442b-bd22-e55b40a1a69f"
    ],
    "album": "The Winner and Other Losers",
    "release_id": "c5b099b2-33d9-400e-bc8b-ce7d2e7fcb27",
    "release_group_id": "e78e460d-6083-4f52-b48d-0899c56a7471",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1976-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}