Information about plays

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

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

{
    "id": 3566570,
    "uri": "https://api.kexp.org/v2/plays/3566570/?format=api",
    "airdate": "2025-10-18T01:33:49-07:00",
    "show": 64862,
    "show_uri": "https://api.kexp.org/v2/shows/64862/?format=api",
    "image_uri": "https://coverartarchive.org/release/514e7bf8-74e9-4fb4-9208-b1ae5f99876b/23966699813-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/514e7bf8-74e9-4fb4-9208-b1ae5f99876b/23966699813-250.jpg",
    "song": "Sex",
    "track_id": null,
    "recording_id": null,
    "artist": "SLF IMG",
    "artist_ids": [],
    "album": "Chiodi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ombra International"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song could be about anything, we'll never know - https://ombrainternational.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}