Information about plays

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

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

{
    "id": 3608293,
    "uri": "https://api.kexp.org/v2/plays/3608293/?format=api",
    "airdate": "2026-01-24T02:05:13-08:00",
    "show": 65738,
    "show_uri": "https://api.kexp.org/v2/shows/65738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Death Shot",
    "track_id": null,
    "recording_id": "4e6301a3-70bc-4fda-bd93-c1ee977bcc0c",
    "artist": "Kontravoid",
    "artist_ids": [
        "a90da468-5d4f-482d-9f90-c4d52b3ee33a"
    ],
    "album": "Detachment",
    "release_id": null,
    "release_group_id": "01049ca0-8c18-439f-be72-b420f57a8a0d",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2024-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kontravoid.bandcamp.com/track/death-shot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}