Information about plays

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

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

{
    "id": 3572686,
    "uri": "https://api.kexp.org/v2/plays/3572686/?format=api",
    "airdate": "2025-11-01T18:03:44-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh No I've Been Cloned",
    "track_id": null,
    "recording_id": "7bbd1157-2211-4f9f-80bd-e276d3b446e0",
    "artist": "Jeffie Genetic and His Clones",
    "artist_ids": [
        "998a1ea5-fbf4-45c3-800c-5d0e91c4e275"
    ],
    "album": "Need a Wave",
    "release_id": null,
    "release_group_id": "89650490-b500-3c4c-9e05-070289f6b406",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2004-03-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}