Information about plays

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

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

{
    "id": 3536915,
    "uri": "https://api.kexp.org/v2/plays/3536915/?format=api",
    "airdate": "2025-08-07T02:25:52-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c95df31-dc28-43c5-884c-91c2e929c372/27211319390-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c95df31-dc28-43c5-884c-91c2e929c372/27211319390-250.jpg",
    "song": "Lucky Star (Extended Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Basement Jaxx feat. Dizzee Rascal",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7",
        "1a99cc88-aea3-4fe3-96b9-20791667f65f"
    ],
    "album": "Lucky Star",
    "release_id": null,
    "release_group_id": "0935ca38-83b5-391a-8580-d0079b38f388",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}