Information about plays

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

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

{
    "id": 3574511,
    "uri": "https://api.kexp.org/v2/plays/3574511/?format=api",
    "airdate": "2025-11-06T00:21:19-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec94afde-e7c5-43a2-baed-cd7468941106/16704410892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec94afde-e7c5-43a2-baed-cd7468941106/16704410892-250.jpg",
    "song": "Mothers at War",
    "track_id": null,
    "recording_id": "76502339-d4dc-4531-bfb0-36b211ce8734",
    "artist": "Brrr Cold",
    "artist_ids": [
        "f204e777-d446-4235-a748-be5b43c6dc20"
    ],
    "album": "Can’t Stop It! II: Australian Post‐Punk 1979–84",
    "release_id": null,
    "release_group_id": "a17a0194-85ad-4f09-986e-1a81d3b7f04e",
    "labels": [
        "Chapter Music"
    ],
    "label_ids": [
        "35d4cdda-b0c7-40d7-b2de-f42ed8ab4b5b"
    ],
    "release_date": "2007-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}