Information about plays

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

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

{
    "id": 3622028,
    "uri": "https://api.kexp.org/v2/plays/3622028/?format=api",
    "airdate": "2026-02-25T08:08:04-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7-23897263443_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7-23897263443_thumb250.jpg",
    "song": "Don’t Change",
    "track_id": "b76e2378-f7ee-4882-aa50-5b89ee366728",
    "recording_id": "bd3ae579-fabf-41ef-aa73-f542403e38f4",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": "349325a9-316c-413e-bbe2-eab43e252bf2",
    "release_group_id": "d0b7bb2d-c91e-345b-a545-a4bf95cd9bff",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "INXS performed this banger live in Sydney in 1985 as part of Live Aid: https://www.youtube.com/watch?v=_54KwZFu9Zw\n\n\"So what makes the song so powerful? For my money, it's down to two things: that wafty keyboard riff from Andrew Farriss and the vocal harmonies from Kirk Pengilly.\" Enjoy this 2014 tribute to INXS's \"first undeniable classic\": https://tinyurl.com/mvwrpwr6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}