Information about plays

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

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

{
    "id": 3549001,
    "uri": "https://api.kexp.org/v2/plays/3549001/?format=api",
    "airdate": "2025-09-04T22:56:34-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/961482a1-517c-44ef-ac98-73ae87c66698/19819007645-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/961482a1-517c-44ef-ac98-73ae87c66698/19819007645-250.jpg",
    "song": "Theme From the Black Hole",
    "track_id": null,
    "recording_id": "6f4b7483-feb8-40aa-a8fb-58f26750a784",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Gloryhallastoopid (or, Pin the Tail on the Funky)",
    "release_id": null,
    "release_group_id": "e1658470-dd08-35e4-b5aa-3f325b5d966a",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1979-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}