Information about plays

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

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

{
    "id": 3635443,
    "uri": "https://api.kexp.org/v2/plays/3635443/?format=api",
    "airdate": "2026-03-30T04:47:53-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7a3bfbd-01e4-3cbd-9ddc-07f1aaaf6dc3/12733895501-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7a3bfbd-01e4-3cbd-9ddc-07f1aaaf6dc3/12733895501-250.jpg",
    "song": "Popcorn",
    "track_id": null,
    "recording_id": "b0b5557d-4295-41b8-b349-67dd49f01d4a",
    "artist": "Mad Caddies",
    "artist_ids": [
        "cfb1c147-1046-4921-9c53-d3a226ebdb0b"
    ],
    "album": "Duck and Cover",
    "release_id": null,
    "release_group_id": "6111207c-2a98-3d8d-a36e-7f61bfad1990",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}