Information about plays

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

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

{
    "id": 3637622,
    "uri": "https://api.kexp.org/v2/plays/3637622/?format=api",
    "airdate": "2026-04-04T07:26:44-07:00",
    "show": 66363,
    "show_uri": "https://api.kexp.org/v2/shows/66363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Catbird",
    "track_id": null,
    "recording_id": "ac43f559-c3d0-436a-8adc-ddde6fa69dcc",
    "artist": "The Garifuna Collective",
    "artist_ids": [
        "748fefbb-93a8-456e-b087-d94690f6d68c"
    ],
    "album": "A Guide to the Birdsong of Mexico, Central America, & The Caribbean",
    "release_id": null,
    "release_group_id": "7d2f5385-2535-4b3c-8ddd-8510ba07b365",
    "labels": [
        "Shika Shika"
    ],
    "label_ids": [
        "f134a8a2-5324-44ca-9888-e5338d877dc1"
    ],
    "release_date": "2020-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garifuna\n\nAs the title suggests, this song samples the sound of the Black Catbird.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}