Information about plays

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

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

{
    "id": 3545792,
    "uri": "https://api.kexp.org/v2/plays/3545792/?format=api",
    "airdate": "2025-08-28T07:33:53-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fe94139-df63-4e51-b2e7-a1d53535cdd9/7145334932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fe94139-df63-4e51-b2e7-a1d53535cdd9/7145334932-250.jpg",
    "song": "Ever Fallen in Love",
    "track_id": null,
    "recording_id": "7788bca5-e510-4663-a323-c8d48c14d4be",
    "artist": "Nouvelle Vague",
    "artist_ids": [
        "b017a7ae-e5ee-4675-bb13-c83346134971"
    ],
    "album": "Bande à part",
    "release_id": null,
    "release_group_id": "bbfd2ed3-aaec-3448-84eb-6a0abbd6ba96",
    "labels": [
        "Peacefrog Records"
    ],
    "label_ids": [
        "7de44691-1303-468e-8e23-44cf95f9c647"
    ],
    "release_date": "2006-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nouvelle Vague is a French cover band led by musicians Olivier Libaux and Marc Collin.\n\nWatch Nouvelle Vague perform this cover of the Buzzcocks' classic live in Berlin:\nhttps://www.youtube.com/watch?v=wCzLudn5G0g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}