Information about plays

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

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

{
    "id": 3543570,
    "uri": "https://api.kexp.org/v2/plays/3543570/?format=api",
    "airdate": "2025-08-23T02:37:03-07:00",
    "show": 64360,
    "show_uri": "https://api.kexp.org/v2/shows/64360/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9aa8c6e-9f74-48dc-a571-8c491900908d/11410940661-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d9aa8c6e-9f74-48dc-a571-8c491900908d/11410940661-250.jpg",
    "song": "Sworn to Secrecy Part II",
    "track_id": null,
    "recording_id": null,
    "artist": "Helena Hauff",
    "artist_ids": [
        "de6e9f8f-56ef-4697-9090-20a63c2b4d7b"
    ],
    "album": "Discreet Desires",
    "release_id": null,
    "release_group_id": "9dbb06bd-3d43-466e-a91d-346aec664ff8",
    "labels": [
        "Werkdiscs"
    ],
    "label_ids": [
        "f40e7973-6221-4eee-baab-8d4082ec4d78"
    ],
    "release_date": "2015-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SHH! It's a secret - https://helenahauff.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}