Information about plays

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

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

{
    "id": 3603897,
    "uri": "https://api.kexp.org/v2/plays/3603897/?format=api",
    "airdate": "2026-01-13T15:31:50-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Must Be Love",
    "track_id": "e4312d5d-05c9-3e66-bf83-7c024ed4e5e3",
    "recording_id": "7867ed49-f9b4-4952-9ff2-c0169d1135fa",
    "artist": "Madness",
    "artist_ids": [
        "5f58803e-8c4c-478e-8b51-477f38483ede"
    ],
    "album": "Ultimate Collection",
    "release_id": "7f730824-27e4-4ca5-97c9-6c32a06157f2",
    "release_group_id": "ef86453d-1006-3592-bde2-f387f07c1c10",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2000-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British band Madness must be enjoyed visually as well. Here's the official video for their massive track \"It Must Be Love,\" which dropped in 1981: https://www.youtube.com/watch?v=vmezIIrFQmY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}