Information about plays

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

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

{
    "id": 3525362,
    "uri": "https://api.kexp.org/v2/plays/3525362/?format=api",
    "airdate": "2025-07-11T00:28:15-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/9da775fa-c61c-4b65-a1d2-3b69dd2a259c/41246886679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9da775fa-c61c-4b65-a1d2-3b69dd2a259c/41246886679-250.jpg",
    "song": "Dribs and Drags",
    "track_id": null,
    "recording_id": "523a28b3-e87d-49de-835f-70a6e9ed7777",
    "artist": "Salami Rose Joe Louis feat. Luke Titus & Flanafi",
    "artist_ids": [
        "768633eb-8810-4fbe-aabb-f891c07d29d3",
        "835b8ae1-5e38-4eab-b879-4d8bedb1701d",
        "ed990b16-c457-4180-9d40-6999cad5e13a"
    ],
    "album": "Lorings",
    "release_id": null,
    "release_group_id": "b1445c87-617f-47de-a83e-17398c2d5028",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}