Information about plays

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

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

{
    "id": 3633483,
    "uri": "https://api.kexp.org/v2/plays/3633483/?format=api",
    "airdate": "2026-03-25T11:35:54-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/a113dfe0-068e-46e6-b072-1a4c1038a0e8/44293561009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a113dfe0-068e-46e6-b072-1a4c1038a0e8/44293561009-250.jpg",
    "song": "Fredag",
    "track_id": null,
    "recording_id": "5974502a-dccf-447d-b2d0-13b421b1ce8a",
    "artist": "Dungen",
    "artist_ids": [
        "25c76eb2-a92d-4624-9e30-093fc16ed5eb"
    ],
    "album": "4",
    "release_id": null,
    "release_group_id": "df0b638c-6f08-3515-8ba3-9bff3a775644",
    "labels": [
        "Subliminal Sounds"
    ],
    "label_ids": [
        "06f12d41-1ad4-4c83-a9bb-dfacf80df9d9"
    ],
    "release_date": "2008-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Swedish psych-rock group Dungen from Stockholm famously influenced Kevin Parker's (Tame Impala) sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}