Information about plays

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

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

{
    "id": 3624747,
    "uri": "https://api.kexp.org/v2/plays/3624747/?format=api",
    "airdate": "2026-03-03T09:18:34-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hustler",
    "track_id": "179dd46b-4607-3392-ba36-bb8166c533aa",
    "recording_id": "ae13eeb9-2e0d-4683-a191-26afa18e1953",
    "artist": "Simian Mobile Disco",
    "artist_ids": [
        "69ec6867-bda0-404b-bac4-338df8d73723"
    ],
    "album": "Attack Decay Sustain Release",
    "release_id": "190edf14-2bb5-425f-a79d-32c7dda4c0af",
    "release_group_id": "19a5807b-807a-3ac1-afdd-38c074e56a62",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simian Mobile Disco, composed of James Ford and Jas Shaw. was originally formed as a traveling DJ duet, playing on the side of their early four-piece band Simian.\n\nIn addition to his work with Simian Mobile Disco, James Ford is a producer and has worked for bands such as the Arctic Monkeys, Peaches and Klaxons.\n\nHere is Simian Mobile Disco performing live in the KEXP studio in 2014:  https://tinyurl.com/53x7ub2c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}