Information about plays

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

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

{
    "id": 3574942,
    "uri": "https://api.kexp.org/v2/plays/3574942/?format=api",
    "airdate": "2025-11-07T02:11:25-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More",
    "track_id": null,
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound on Earth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helado Negro new EP, The Last Sound on Earth, is out today (November 7, 2025)!\n\nIt is his debut release for Big Dada--a five-song record inspired by Roberto Carlos Lange’s reflection on the question of the last sound he will hear before he dies. \n\nhttps://heladonegro.bandcamp.com/album/the-last-sound-on-earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}