Information about plays

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

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

{
    "id": 3625639,
    "uri": "https://api.kexp.org/v2/plays/3625639/?format=api",
    "airdate": "2026-03-05T14:18:50-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "40 Below Trooper (album version)",
    "track_id": null,
    "recording_id": "886579ea-0614-4dde-b6b0-fcffe3211099",
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "40 Below Trooper",
    "release_id": null,
    "release_group_id": "0faa5f82-d60a-4c41-ba34-aa901f15474b",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced and mixed by Bob Power....\n--\nWe loved it when Jungle Brothers played live in our studio in 2023!  Larry was their host.: https://www.youtube.com/watch?v=3ZHJndMXtDk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}