Information about plays

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

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

{
    "id": 3558595,
    "uri": "https://api.kexp.org/v2/plays/3558595/?format=api",
    "airdate": "2025-09-27T23:34:36-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mirada Al Interior de Una Mient Atormentada + Sindrome demo Impster",
    "track_id": null,
    "recording_id": null,
    "artist": "Violencia",
    "artist_ids": [
        "1d1f7205-0f9d-4783-8141-3542d4c0faf2"
    ],
    "album": "Split w/Dry Socket",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "To Live a Lie"
    ],
    "label_ids": [
        "1c249c91-d8b8-474e-ace5-7b1cbf9ca7fe"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming split w/ Dry Socket set to release on October 10th.\n\nhttps://violenciahc.bandcamp.com/album/dry-socket-violencia-split",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}