Information about plays

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

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

{
    "id": 3596430,
    "uri": "https://api.kexp.org/v2/plays/3596430/?format=api",
    "airdate": "2025-12-26T19:52:25-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing's as it seems",
    "track_id": null,
    "recording_id": null,
    "artist": "Filah Lah Lah",
    "artist_ids": [
        "a78a670a-f51b-4415-b553-aa8b0a2f0a0b"
    ],
    "album": "Love Deep",
    "release_id": null,
    "release_group_id": "5b4e7a4d-6991-42db-8935-d8a6b6c44bae",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Danny in Wedgewood! With the neo soul show request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}