Information about plays

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

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

{
    "id": 3547265,
    "uri": "https://api.kexp.org/v2/plays/3547265/?format=api",
    "airdate": "2025-08-31T18:01:57-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f215b50-e38a-45fe-a592-3b607edd7ce9/9800582835-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f215b50-e38a-45fe-a592-3b607edd7ce9/9800582835-250.jpg",
    "song": "Love Is the Message",
    "track_id": null,
    "recording_id": null,
    "artist": "MFSB",
    "artist_ids": [
        "f5e66486-4481-4ebf-b1f9-f87ebabf5897"
    ],
    "album": "Love Is the Message",
    "release_id": null,
    "release_group_id": "795e3397-ce09-30a0-a3b6-dc1dd9c204f5",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MFSB, officially standing for \"Mother Father Sister Brother\" was a pool of more than 30 studio musicians based at Philadelphia's Sigma Sound Studios. They worked closely with the production team of Gamble and Huff and producer/arranger Thom Bell, and backed up Harold Melvin & the Blue Notes, the O'Jays, the Stylistics, the Spinners, Wilson Pickett, and Billy Paul. \nMFSB formed in 1971 and disbanded in 1985, three years after Teddy Pendergrass' car accident, which left him paralyzed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}