Information about plays

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

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

{
    "id": 3587988,
    "uri": "https://api.kexp.org/v2/plays/3587988/?format=api",
    "airdate": "2025-12-07T09:33:11-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blame Me (Don’t Blame My Heart)",
    "track_id": "ea4a2c1f-89d7-415d-a1af-de47fa6569b3",
    "recording_id": "a8913a6d-2975-48b2-b358-cf4af750b6d6",
    "artist": "Sam & Dave",
    "artist_ids": [
        "f1d7f1fd-8883-47e9-ad2b-e9ec9ff61aac"
    ],
    "album": "Hold On, I’m Comin’",
    "release_id": "e37eb4aa-c666-4983-a251-a8b02af3ff5a",
    "release_group_id": "8b5e2263-efd1-3cfa-9bf8-5c87689c0770",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-writer\n\nCropper wrote or co-wrote four of Sam and Dave's first eight recordings at Stax, and would continue to collaborate with them during their Atlantic years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}