Information about plays

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

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

{
    "id": 3595651,
    "uri": "https://api.kexp.org/v2/plays/3595651/?format=api",
    "airdate": "2025-12-25T03:32:35-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9130ad5-58f0-42ea-b420-0ad86bbc1106/1836358220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9130ad5-58f0-42ea-b420-0ad86bbc1106/1836358220-250.jpg",
    "song": "Peanut Brittle Brigade (March)",
    "track_id": null,
    "recording_id": "e575181d-90c8-4747-a77a-db0ee5223afe",
    "artist": "Duke Ellington",
    "artist_ids": [
        "3af06bc4-68ad-4cae-bb7a-7eeeb45e411f"
    ],
    "album": "The Nutcracker Suite",
    "release_id": null,
    "release_group_id": "cbc9b19b-c98b-3881-9217-641069975c8a",
    "labels": [],
    "label_ids": [],
    "release_date": "1960-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Duke Ellington's jazz interpretation of Peter Ilyich Tchaikovsky's The Nutcracker Suite.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}