Information about plays

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

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

{
    "id": 3580654,
    "uri": "https://api.kexp.org/v2/plays/3580654/?format=api",
    "airdate": "2025-11-20T13:25:02-08:00",
    "show": 65162,
    "show_uri": "https://api.kexp.org/v2/shows/65162/?format=api",
    "image_uri": "https://ia902306.us.archive.org/4/items/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a-30520928360_thumb500.jpg",
    "thumbnail_uri": "https://ia902306.us.archive.org/4/items/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a-30520928360_thumb250.jpg",
    "song": "Heaven",
    "track_id": "d9f20a0e-93cc-3d95-80a9-436ea0b72502",
    "recording_id": "06cc0698-f72d-494e-9590-24d6b27d456a",
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Echoes",
    "release_id": "a6206e88-a91e-3ec9-853b-a5b388c9f27a",
    "release_group_id": "4cf3ffd2-3ede-36fa-b519-c6786ca98705",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Heaven\" makes the cut as one of The Rapture's ten best songs, according to Stereogum: https://www.stereogum.com/2041839/the-10-best-rapture-songs/franchises/list/10-best-songs/\n--\nDid you know that this was the theme song for the UK drama \"Misfits\"?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}