Information about plays

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

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

{
    "id": 3625708,
    "uri": "https://api.kexp.org/v2/plays/3625708/?format=api",
    "airdate": "2026-03-05T18:43:32-08:00",
    "show": 66100,
    "show_uri": "https://api.kexp.org/v2/shows/66100/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-3c71e7e1-79ac-47a1-9c17-ec54b632b118/mbid-3c71e7e1-79ac-47a1-9c17-ec54b632b118-35562261135_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-3c71e7e1-79ac-47a1-9c17-ec54b632b118/mbid-3c71e7e1-79ac-47a1-9c17-ec54b632b118-35562261135_thumb250.jpg",
    "song": "Slugs of Love",
    "track_id": "ce77b254-0403-4ce2-8a89-735d1c810a3b",
    "recording_id": "fc2d5eaa-45ce-4c49-9cd2-f50ae86a6382",
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Slugs of Love",
    "release_id": "3c71e7e1-79ac-47a1-9c17-ec54b632b118",
    "release_group_id": "a580c63d-2330-402e-9353-6babd24967ab",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Dragon performed this track when they visited the KEXP studio in October, 2023. Check out video of the session here: https://youtu.be/VuvvZ6CiU6Q\n\n\"Slugs of Love\" is the title track from the Swedish group's 2023 album. \nhttps://littledragon.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}