Information about plays

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

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

{
    "id": 3523836,
    "uri": "https://api.kexp.org/v2/plays/3523836/?format=api",
    "airdate": "2025-07-07T08:49:23-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia800203.us.archive.org/20/items/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a-3331716188_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/20/items/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a-3331716188_thumb250.jpg",
    "song": "Hello",
    "track_id": "19a995d0-c8ae-31d9-9532-d62cccb1fca5",
    "recording_id": "96d67d9c-0be7-40df-a5fa-d82e4bd410d2",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "(What’s the Story) Morning Glory?",
    "release_id": "0820f6fe-ef05-38a8-aa44-c7ec4782669a",
    "release_group_id": "cc7e6348-cc55-31fa-aeb2-748a46a81cb3",
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2000-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track from the second studio album from the English rock band!\n\n\"It was written just towards the end of the Definitely Maybe sessions,\" Noel Gallagher said. \"If Definitely Maybe was about dreaming about being in a band, this one is actually about being in a band.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}