Information about plays

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

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

{
    "id": 3590477,
    "uri": "https://api.kexp.org/v2/plays/3590477/?format=api",
    "airdate": "2025-12-13T06:33:39-08:00",
    "show": 65364,
    "show_uri": "https://api.kexp.org/v2/shows/65364/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e893984-0d31-4239-9b43-a23d14dd464e/21602128244-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e893984-0d31-4239-9b43-a23d14dd464e/21602128244-250.jpg",
    "song": "Staring at the Sun",
    "track_id": null,
    "recording_id": "668d0911-c0fb-42bf-961a-6b4942e7b7fc",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Desperate Youth, Blood Thirsty Babes",
    "release_id": null,
    "release_group_id": "e73c84f5-8d7f-3518-901f-e345296ce59a",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}