Information about plays

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

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

{
    "id": 3632730,
    "uri": "https://api.kexp.org/v2/plays/3632730/?format=api",
    "airdate": "2026-03-23T12:16:09-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-3f0624c4-ab93-4651-867e-56a34f3076e4/mbid-3f0624c4-ab93-4651-867e-56a34f3076e4-23501525862_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-3f0624c4-ab93-4651-867e-56a34f3076e4/mbid-3f0624c4-ab93-4651-867e-56a34f3076e4-23501525862_thumb250.jpg",
    "song": "Take It Away",
    "track_id": "fac3d8d9-7969-41cf-aba2-b3fa79b04f4e",
    "recording_id": "2e68ea07-425b-453f-b108-f7b3ac6b2e71",
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "Take It Away",
    "release_id": "3fc009fb-deec-4b5c-aa41-e690ee61e59d",
    "release_group_id": "350a8026-235a-4ae1-baa1-475066d58a1b",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1982-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drummer on this track was Steve Gadd, who played with Steely Dan notably during the 'Aja' era!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}