Information about plays

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

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

{
    "id": 3565851,
    "uri": "https://api.kexp.org/v2/plays/3565851/?format=api",
    "airdate": "2025-10-16T12:34:58-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Another Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After making two critically acclaimed, musically adventurous albums in the early 2010s, Alabama Shakes went on a hiatus that stretched nearly a decade, while lead singer Brittany Howard released solo work. Now, Howard and guitarist Heath Fogg and bassist Zac Cockrell have reunited to tour and release new music, starting with the song \"Another Life.\"\n\nhttps://www.npr.org/2025/08/29/nx-s1-5521272/alabama-shakes-new-song-another-life-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}