Information about plays

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

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

{
    "id": 3590470,
    "uri": "https://api.kexp.org/v2/plays/3590470/?format=api",
    "airdate": "2025-12-13T06:04:47-08:00",
    "show": 65364,
    "show_uri": "https://api.kexp.org/v2/shows/65364/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last High",
    "track_id": null,
    "recording_id": "a0e83bf3-53ed-4218-8647-a43cdbcd5ac1",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Welcome to the Monkey House",
    "release_id": null,
    "release_group_id": "19dc2439-5bcb-3ee3-ac92-8160ce704cc1",
    "labels": [
        "[PIAS] Recordings"
    ],
    "label_ids": [
        "05dac601-c683-4c02-afc4-4a03cd01c25f"
    ],
    "release_date": "2003-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}