Information about plays

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

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

{
    "id": 3592600,
    "uri": "https://api.kexp.org/v2/plays/3592600/?format=api",
    "airdate": "2025-12-18T07:57:59-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Absolute Beginners",
    "track_id": "d0a98992-fcdd-3a34-b910-160086ed321e",
    "recording_id": "4172d9d0-f075-4596-9e17-c72ce63831a6",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Compact Snap!",
    "release_id": "53e18121-f90c-4a61-8138-7949a7c5c502",
    "release_group_id": "efa4cd91-8793-3e89-94f4-27f8653314c1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rick Buckler, founding member and drummer of The Jam, died at 69 on February 17 following a \"brief illness.\" Buckler is survived by his wife Leslie and two children, Jason and Holly.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}