Information about plays

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

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

{
    "id": 3545169,
    "uri": "https://api.kexp.org/v2/plays/3545169/?format=api",
    "airdate": "2025-08-26T18:25:23-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://coverartarchive.org/release/c75303a7-79ea-4cbc-aa0f-11c63a4ba82c/35971780951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c75303a7-79ea-4cbc-aa0f-11c63a4ba82c/35971780951-250.jpg",
    "song": "I’m Gonna Make It Allright",
    "track_id": null,
    "recording_id": "a94713f1-df2e-4926-8d48-0bd772729d90",
    "artist": "Paul Pena",
    "artist_ids": [
        "58ba1601-bb11-4385-ae35-a373c9e018e9"
    ],
    "album": "Paul Pena",
    "release_id": null,
    "release_group_id": "6b24429c-7fae-3615-81a3-8bcd29d8eb0c",
    "labels": [
        "Big Pink"
    ],
    "label_ids": [
        "c4316b82-561b-4eff-933d-c923cb90608e"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Paul Pena's self-titled debut album. Pena was born in MA in 1950, he spoke Cape Verdean Creole with his family growing up, and learned the music, as well as studying flamenco when he lived briefly in Spain and Portugal, and learning Tuvan throat singing ; came to wider attention when he was featured in the film Genghis Blues: https://www.genghisblues.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}