Information about plays

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

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

{
    "id": 3561435,
    "uri": "https://api.kexp.org/v2/plays/3561435/?format=api",
    "airdate": "2025-10-04T23:35:38-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/b631554d-5bd6-46d8-9b4e-4739265375e6/26953964398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b631554d-5bd6-46d8-9b4e-4739265375e6/26953964398-250.jpg",
    "song": "One Chord Wonders",
    "track_id": null,
    "recording_id": "1834646c-cb01-4fc3-bfbf-ae678248e09a",
    "artist": "The Adverts",
    "artist_ids": [
        "60ec2ff0-d58a-4319-9d8a-2142ad5bf48a"
    ],
    "album": "The Punk Singles Collection",
    "release_id": null,
    "release_group_id": "d490434b-f614-3796-9caa-5fae963d1b20",
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spinning the 2023 picture disc from Get Back Records!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}