Information about plays

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

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

{
    "id": 3572862,
    "uri": "https://api.kexp.org/v2/plays/3572862/?format=api",
    "airdate": "2025-11-01T23:51:44-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/79835661-d174-42a0-83db-d3581dbb6ea5/25302082187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79835661-d174-42a0-83db-d3581dbb6ea5/25302082187-250.jpg",
    "song": "If My Bong Could Talk",
    "track_id": null,
    "recording_id": "93471fc2-6b66-41d6-83cd-54f328ec2c00",
    "artist": "Dune Rats",
    "artist_ids": [
        "6089bcad-bf45-4f34-939c-ba708c0aaf97"
    ],
    "album": "Hurry Up and Wait",
    "release_id": null,
    "release_group_id": "0462fb84-c4ef-4576-ac4d-f51669381f3f",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2020-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}