Information about plays

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

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

{
    "id": 3632763,
    "uri": "https://api.kexp.org/v2/plays/3632763/?format=api",
    "airdate": "2026-03-23T14:32:39-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0ebe4af-9c0e-48c2-aeaa-ff7d9acd24bd/10261760309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0ebe4af-9c0e-48c2-aeaa-ff7d9acd24bd/10261760309-250.jpg",
    "song": "Go Cut Creator Go",
    "track_id": null,
    "recording_id": "96115ee4-991a-411a-a4d5-b239dcf7a156",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Bigger and Deffer",
    "release_id": null,
    "release_group_id": "c1952092-24a2-3a1e-8597-0dad68d7ab51",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Chuck Berry's \"Johnny B. Goode\"!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}