Information about plays

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

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

{
    "id": 3618197,
    "uri": "https://api.kexp.org/v2/plays/3618197/?format=api",
    "airdate": "2026-02-16T06:55:44-08:00",
    "show": 65948,
    "show_uri": "https://api.kexp.org/v2/shows/65948/?format=api",
    "image_uri": "https://coverartarchive.org/release/44d4b607-81f9-450c-b133-5cfe1a46030a/38364925843-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44d4b607-81f9-450c-b133-5cfe1a46030a/38364925843-250.jpg",
    "song": "Take On Me",
    "track_id": null,
    "recording_id": "12f65dca-de8f-43fe-a65d-f12a02aaadf3",
    "artist": "a‐ha",
    "artist_ids": [
        "7364dea6-ca9a-48e3-be01-b44ad0d19897"
    ],
    "album": "Acoustic Hits: MTV Unplugged",
    "release_id": null,
    "release_group_id": "e4b352bf-8e15-4944-a804-d024c292c3e2",
    "labels": [
        "Universal UMC"
    ],
    "label_ids": [
        "62abedcd-f510-4d6b-b2a1-6bb8bffbbe14"
    ],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for this song in which a woman (actress Bunty Bailey) gets yanked out of a café by lead singer Morten Harket and into a black-and-white animated realm where they fall in love and get chased by bad guys:\n\nhttps://www.youtube.com/watch?v=djV11Xbc914",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}