Information about plays

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

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

{
    "id": 3576596,
    "uri": "https://api.kexp.org/v2/plays/3576596/?format=api",
    "airdate": "2025-11-10T23:09:02-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/5df42594-d118-41ae-933c-6f60fba6290e/26001011039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5df42594-d118-41ae-933c-6f60fba6290e/26001011039-250.jpg",
    "song": "Mutual Dreaming",
    "track_id": null,
    "recording_id": null,
    "artist": "Slow Riffs",
    "artist_ids": [
        "219f5ba6-db64-4e5f-9807-1dffe6d0f10c"
    ],
    "album": "Simulacra",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mood Hut"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Take a trip - https://slowriffs.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}