Information about plays

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

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

{
    "id": 3573488,
    "uri": "https://api.kexp.org/v2/plays/3573488/?format=api",
    "airdate": "2025-11-03T12:26:54-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?format=api",
    "image_uri": "https://ia801405.us.archive.org/29/items/mbid-0239d797-11ca-3d4d-b838-8a70a984f632/mbid-0239d797-11ca-3d4d-b838-8a70a984f632-3490368220_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/29/items/mbid-0239d797-11ca-3d4d-b838-8a70a984f632/mbid-0239d797-11ca-3d4d-b838-8a70a984f632-3490368220_thumb250.jpg",
    "song": "Obvious",
    "track_id": "af7e8c5b-9b66-3cd3-bb5b-0795abf43d5a",
    "recording_id": "4dbc9153-35e5-47eb-9f98-d186916af4e4",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Ritual de lo habitual",
    "release_id": "0239d797-11ca-3d4d-b838-8a70a984f632",
    "release_group_id": "baeba3f5-a5aa-3e6e-944f-cca5374192e4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Obvious is a Jane’s Addiction song written in 1988 that was originally titled \"Digging Something Up\", and sometimes introduced live as such. https://janesaddiction.org/songs/janes-addiction/obvious/\n\n'Ritual de lo habitual' is the second studio album by Jane's Addiction, released on August 21, 1990, by Warner Brothers. Co-produced by Dave Jerden, it was the band's final studio album before their initial break-up in 1991.\n\nhttps://janesaddictionstore.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}