Information about plays

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

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

{
    "id": 3572254,
    "uri": "https://api.kexp.org/v2/plays/3572254/?format=api",
    "airdate": "2025-10-31T15:05:17-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf5cd431-1a02-4c70-9993-f7ecf2439e66/32752597432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf5cd431-1a02-4c70-9993-f7ecf2439e66/32752597432-250.jpg",
    "song": "Shadow of Love",
    "track_id": null,
    "recording_id": "12913869-24d2-4f0d-810b-9c18b928cd3d",
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Phantasmagoria",
    "release_id": null,
    "release_group_id": "5c1d3bda-4ad3-3df5-9a03-768f90f911f5",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1985-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This goth classic from The Damned was released in 1985. \"Shadow of Love\" is from their sixth studio album, Phantasmagoria.\nSee the music video here:\nhttps://www.youtube.com/watch?v=Auy0SOnpHpU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}