Information about plays

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

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

{
    "id": 3637100,
    "uri": "https://api.kexp.org/v2/plays/3637100/?format=api",
    "airdate": "2026-04-03T02:09:33-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn711204.ca.archive.org/0/items/mbid-f68d552b-ffed-4aaa-9055-d326fcabd6ec/mbid-f68d552b-ffed-4aaa-9055-d326fcabd6ec-3243908637_thumb500.jpg",
    "thumbnail_uri": "https://dn711204.ca.archive.org/0/items/mbid-f68d552b-ffed-4aaa-9055-d326fcabd6ec/mbid-f68d552b-ffed-4aaa-9055-d326fcabd6ec-3243908637_thumb250.jpg",
    "song": "Easy",
    "track_id": "1921a617-8ede-3a9c-89a9-50e375124fcf",
    "recording_id": "7f9fd520-dd8d-4593-a75d-3ed775eee4c8",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "Songs to Make Love To",
    "release_id": "f68d552b-ffed-4aaa-9055-d326fcabd6ec",
    "release_group_id": "1b50cc2e-b073-3b18-9c9e-314f3b6c5ea5",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1993-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Faith No More's cover of the Commodores song.\n--\nCommodores lead singer Lionel Richie wrote this song, which became a crossover hit for the band, bringing them into pop and adult contemporary territory when they were previously pure funk. This led to more soft hits for the band like \"Still\" and \"Three Times A Lady.\" When Richie went solo in 1981, he became a soft rock superstar with similar songs.\n\nhttps://www.songfacts.com/facts/commodores/easy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}