Information about plays

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

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

{
    "id": 3541691,
    "uri": "https://api.kexp.org/v2/plays/3541691/?format=api",
    "airdate": "2025-08-18T17:11:53-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "https://coverartarchive.org/release/77d55533-447c-4069-863d-55604f953304/41720256539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77d55533-447c-4069-863d-55604f953304/41720256539-250.jpg",
    "song": "Don't Wait Up",
    "track_id": null,
    "recording_id": "3e32a638-f402-4473-a9ce-93f720c2d571",
    "artist": "Midnight Generation",
    "artist_ids": [
        "57613605-bb93-444d-980a-6e107692b958"
    ],
    "album": "Tender Love",
    "release_id": null,
    "release_group_id": "687a6fdb-c2ee-494e-89a0-f7780353d9f8",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin selected this song from Midnight Generation for KEXP's recent \"Run for Your Life\" runcast: https://www.kexp.org/podcasts/the-runcast/2025/7/11/run-for-your-life-runcast/\n--\nMexican electronic-funk band, Midnight Generation have released their new album \"Tender Love.\" Originally from Chihuahua, the band has reached the farthest corners of the world, breaking all borders and paradigms for a Mexican band that performs its songs in English.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}