Information about plays

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

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

{
    "id": 3520378,
    "uri": "https://api.kexp.org/v2/plays/3520378/?format=api",
    "airdate": "2025-06-29T11:30:47-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shut Up & Eat",
    "track_id": null,
    "recording_id": null,
    "artist": "Ma'aM",
    "artist_ids": [],
    "album": "Out The Window",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nudie"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Made with real, live, bleeding fingers, broken guitar strings—Ma’aM’s singular approach to country music takes form over thunderous floor toms, blaring memphis-style horns, and tube amps that might just explode by the end of the record. If there is justice in this world, these songs will blast in every ear-bud, car stereo, and dive bar, from the Pacific Coast Highway to Rockaway Beach. \nhttps://maammusic.com/meet-ma-am",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}