Information about plays

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

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

{
    "id": 3611820,
    "uri": "https://api.kexp.org/v2/plays/3611820/?format=api",
    "airdate": "2026-02-01T09:04:59-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/9556cc76-a4f0-4098-a2ef-bb4e15777619/23327635413-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9556cc76-a4f0-4098-a2ef-bb4e15777619/23327635413-250.jpg",
    "song": "It Won’t Be Me",
    "track_id": null,
    "recording_id": "edac82fe-4c0d-4b94-8fe7-4609e042f78f",
    "artist": "Lee Diamond",
    "artist_ids": [
        "dba9568a-0d56-4a2c-b99d-0cb50c3b24ba"
    ],
    "album": "Crescent City Soul: Sound of New Orleans 1947–1974",
    "release_id": null,
    "release_group_id": "cea07ce8-0ea5-3cb9-8533-9b12e99a2f06",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1961 by the multi-instrumentalist who was part of Little Richard and James Brown’s bands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}