Information about plays

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

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

{
    "id": 3597290,
    "uri": "https://api.kexp.org/v2/plays/3597290/?format=api",
    "airdate": "2025-12-28T18:22:06-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance Party (Pt.1)",
    "track_id": null,
    "recording_id": "6c478686-1ec3-429c-b87d-3c5a3641804d",
    "artist": "J.C. & the Soul Angels",
    "artist_ids": [
        "a986de24-dc01-4beb-9f49-884df6f939cd"
    ],
    "album": "Eccentric Soul: The Tammy Label",
    "release_id": null,
    "release_group_id": "0347898d-656e-4451-a909-60fa02091838",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "J.C. & The Soul Angels originally released the two-part \"Dance Party\" in 1975, but you can find the2024 Numero Group re-release on Eccentric Soul: The Tammy Label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}