Information about plays

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

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

{
    "id": 3571523,
    "uri": "https://api.kexp.org/v2/plays/3571523/?format=api",
    "airdate": "2025-10-29T19:40:31-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/61b57d23-38d1-45dc-bfbc-e5a9d7e925d5/17417602871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61b57d23-38d1-45dc-bfbc-e5a9d7e925d5/17417602871-250.jpg",
    "song": "Lucifer",
    "track_id": null,
    "recording_id": "98102611-fa78-475b-913d-0ccec196384e",
    "artist": "The Salt",
    "artist_ids": [
        "f5ca4278-3d9d-47dc-9043-c341cd9af1db"
    ],
    "album": "Hallucinations: Psychedelic Pop Nuggets From the WEA Vaults",
    "release_id": null,
    "release_group_id": "f47cb000-5eb8-3c44-acf1-24a6e1f8c541",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2004-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}