Information about plays

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

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

{
    "id": 3661055,
    "uri": "https://api.kexp.org/v2/plays/3661055/?format=api",
    "airdate": "2026-05-29T14:35:12-07:00",
    "show": 66845,
    "show_uri": "https://api.kexp.org/v2/shows/66845/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Return of the Mack",
    "track_id": "ba401432-0cb3-3b76-938a-140fabaf633e",
    "recording_id": "0d6dc4ac-9bbf-41f0-ac1d-fdb28275396a",
    "artist": "Mark Morrison",
    "artist_ids": [
        "1ecc1f71-2512-442a-a85e-3c79d9ddc5cc"
    ],
    "album": "The Very Best of Pure R&B: The Winter Collection",
    "release_id": "bab24056-7b76-43ad-a192-3b46cf20a5ee",
    "release_group_id": "bb30dbd0-ed8e-3597-b43a-441bbe64ec78",
    "labels": [
        "Telstar TV"
    ],
    "label_ids": [
        "0b34f8f0-a4a5-46c4-81d0-b462939e6e6e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}