Information about plays

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

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

{
    "id": 3583879,
    "uri": "https://api.kexp.org/v2/plays/3583879/?format=api",
    "airdate": "2025-11-28T01:58:03-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ham & Eggs",
    "track_id": "be615f79-522d-389a-8936-f979d097f499",
    "recording_id": "38cbf2f9-03f7-411f-af15-aea3307f29e3",
    "artist": "Danny Barker",
    "artist_ids": [
        "d89e0eeb-97f9-476b-96d5-0318f0c1c298"
    ],
    "album": "Save the Bones",
    "release_id": "f7e9286c-4d24-416b-93d5-630db715fa25",
    "release_group_id": "697b353f-ab67-34b7-ac08-914cbe32c34d",
    "labels": [
        "Orleans Records"
    ],
    "label_ids": [
        "2e63baf2-022d-42be-9650-6849fe6079a4"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}