Information about plays

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

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

{
    "id": 3634908,
    "uri": "https://api.kexp.org/v2/plays/3634908/?format=api",
    "airdate": "2026-03-28T23:33:32-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(You're a) Liar",
    "track_id": "9812437e-26c3-3ff4-aee8-d0771165b968",
    "recording_id": "7926e445-6326-4b80-a1fd-a18ad487c0e7",
    "artist": "Epsilons",
    "artist_ids": [
        "6024a330-a8af-42e9-a923-fe7d1026dd28"
    ],
    "album": "Killed 'em Deader 'n a Six Card Poker Hand",
    "release_id": "539bb120-e42f-4888-9289-50117b5f8229",
    "release_group_id": "f658fd2d-6104-492c-aaea-dcd4a83b3f9b",
    "labels": [
        "Retard Disco"
    ],
    "label_ids": [
        "bb8a8c1d-3c81-4c89-ac2f-1a131d45827e"
    ],
    "release_date": "2006-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Epsilons featured Ty Segall on drums and vocals alongside the brothers Mikal and Mikal Abeyta.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}