Information about plays

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

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

{
    "id": 3611908,
    "uri": "https://api.kexp.org/v2/plays/3611908/?format=api",
    "airdate": "2026-02-01T14:14:36-08:00",
    "show": 65813,
    "show_uri": "https://api.kexp.org/v2/shows/65813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder She Wrote",
    "track_id": "0ceb7428-ed53-4338-a66f-0cfa71a33984",
    "recording_id": "5e169e9b-1115-486e-ac95-bcad76db86a3",
    "artist": "Chaka Demus & Pliers",
    "artist_ids": [
        "449f264b-1a94-4ef8-b601-2ffccbbedefa"
    ],
    "album": "Tougher Than Tough",
    "release_id": "1e382de4-4367-4111-b738-25870ca5d053",
    "release_group_id": "a1e81abb-59b8-49b7-a6c9-d5809748f89d",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Sly & Robbie and Lloyd \"Gitsy\" Willis.\n\nThe music to the song is based on the Maytals' 1966 song \"Bam Bam\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}