Information about plays

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

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

{
    "id": 3551419,
    "uri": "https://api.kexp.org/v2/plays/3551419/?format=api",
    "airdate": "2025-09-10T20:32:38-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e266ada-3ff5-4b11-b2b0-bcfdaf660880/31939130737-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e266ada-3ff5-4b11-b2b0-bcfdaf660880/31939130737-250.jpg",
    "song": "Ghost",
    "track_id": null,
    "recording_id": "b4874ccb-9821-4f4b-9ca6-00d085a44e39",
    "artist": "Fly Anakin feat. Nickelus F",
    "artist_ids": [
        "5f8fd2d5-407b-4f38-bef0-35278078a7f2",
        "ceb0daa8-b469-4fdb-bccf-ee54053eecff"
    ],
    "album": "Frank",
    "release_id": null,
    "release_group_id": "15067f0e-cd36-4367-9c94-7351ebdb21a2",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2022-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}