Information about plays

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

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

{
    "id": 3580347,
    "uri": "https://api.kexp.org/v2/plays/3580347/?format=api",
    "airdate": "2025-11-19T19:26:13-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow Waits for Today",
    "track_id": null,
    "recording_id": "7219c865-f95e-4ddc-8591-af646a4cc753",
    "artist": "Federal Duck",
    "artist_ids": [
        "c9ffe4aa-d902-41ca-9b8b-7bf64d41ac7e"
    ],
    "album": "Federal Duck",
    "release_id": null,
    "release_group_id": "fdfb2185-228f-4bd7-8ee7-2d2153515a0f",
    "labels": [
        "Musicor Records"
    ],
    "label_ids": [
        "c845232f-eb19-4c2f-bef8-4a4be22db701"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Federal Duck started as a student rock band at Haverford College in the 60s where they produced their one self-titled LP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}