Information about plays

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

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

{
    "id": 3570409,
    "uri": "https://api.kexp.org/v2/plays/3570409/?format=api",
    "airdate": "2025-10-26T23:32:39-07:00",
    "show": 64943,
    "show_uri": "https://api.kexp.org/v2/shows/64943/?format=api",
    "image_uri": "https://coverartarchive.org/release/3156b0af-bf0a-4afb-a8e0-9f76735d0036/33060554115-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3156b0af-bf0a-4afb-a8e0-9f76735d0036/33060554115-250.jpg",
    "song": "Only God Can Tell (LCY remix)",
    "track_id": null,
    "recording_id": "7bd98b95-4a0c-4cec-98c8-143e421d9cba",
    "artist": "Krust",
    "artist_ids": [
        "a12a225b-e835-42e2-aac1-00bd43a09662"
    ],
    "album": "The Edge of Everything (remixed)",
    "release_id": null,
    "release_group_id": "c6fe5c70-fe7e-4ac1-8431-b71e6ef922de",
    "labels": [
        "Crosstown Rebels"
    ],
    "label_ids": [
        "5aaf8f24-efb0-48d7-980c-01db8c908084"
    ],
    "release_date": "2021-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}