Information about plays

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

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

{
    "id": 3599873,
    "uri": "https://api.kexp.org/v2/plays/3599873/?format=api",
    "airdate": "2026-01-03T21:54:30-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MB",
    "track_id": null,
    "recording_id": null,
    "artist": "Dry Socket",
    "artist_ids": [
        "078e4b63-747f-45e3-8bf3-11df848e567e"
    ],
    "album": "split w/Violencia",
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland hardcore\n\nhttps://drysocketpdx.bandcamp.com/album/dry-socket-violencia-split",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}