Information about plays

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

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

{
    "id": 3576995,
    "uri": "https://api.kexp.org/v2/plays/3576995/?format=api",
    "airdate": "2025-11-11T23:03:16-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://ia801906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb500.jpg",
    "thumbnail_uri": "https://ia601906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb250.jpg",
    "song": "Close to Me",
    "track_id": "45fa3afb-9167-3dbe-a9ed-24aa91a50a01",
    "recording_id": "a8774a08-c1a3-4599-a70a-0bb0a36b9d7a",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits",
    "release_id": "7c1cca2a-4954-4569-ab58-74f198f29714",
    "release_group_id": "c79b731e-f6ec-3f65-9a75-ef4ac5b17a26",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally found on the 1985 album, Head on the Door.  \nhttps://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}