Information about plays

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

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

{
    "id": 3600405,
    "uri": "https://api.kexp.org/v2/plays/3600405/?format=api",
    "airdate": "2026-01-05T01:54:19-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "https://coverartarchive.org/release/071fa890-417c-4d9e-bbb8-327e75f07bff/19797852325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/071fa890-417c-4d9e-bbb8-327e75f07bff/19797852325-250.jpg",
    "song": "Lanquidity",
    "track_id": null,
    "recording_id": "7ccbfdaa-374a-4420-af27-8effc05c7fd2",
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "Lanquidity",
    "release_id": null,
    "release_group_id": "8c575926-9dd6-3ac8-bcce-c6e096507061",
    "labels": [
        "Philly Jazz Inc."
    ],
    "label_ids": [
        "651446cb-2738-4fef-be34-9e9cbeb0c19b"
    ],
    "release_date": "1978-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sun Ra's landmark Lanquidity album packs a punch with Eddie Gale on trumpet, John Gilmore on Tenor, Marshall Allen on Alto, Richard Williams on Bass, to name a few. Sun Ra plays electric pianos, Yamaha organ , piano, and synthesizers on this particular record",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}