Information about plays

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

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

{
    "id": 3521534,
    "uri": "https://api.kexp.org/v2/plays/3521534/?format=api",
    "airdate": "2025-07-02T05:51:38-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia904609.us.archive.org/1/items/mbid-ff565cd7-acf8-4dc0-9603-72d1b7ae284b/mbid-ff565cd7-acf8-4dc0-9603-72d1b7ae284b-2570021325_thumb500.jpg",
    "thumbnail_uri": "https://ia904609.us.archive.org/1/items/mbid-ff565cd7-acf8-4dc0-9603-72d1b7ae284b/mbid-ff565cd7-acf8-4dc0-9603-72d1b7ae284b-2570021325_thumb250.jpg",
    "song": "Jump",
    "track_id": "f2ebf6b1-2d78-300b-b1e1-bec22f1c2019",
    "recording_id": "99b75401-cd5c-4678-998d-1c034c94ce24",
    "artist": "Van Halen",
    "artist_ids": [
        "b665b768-0d83-4363-950c-31ed39317c15"
    ],
    "album": "1984",
    "release_id": "ff565cd7-acf8-4dc0-9603-72d1b7ae284b",
    "release_group_id": "5846f0c9-fec3-3b9e-a77c-fbe9a7bdf0e7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "JUMP! Requested by Kristin, Beth, and Diego!\n\n--\nThe synth which Van Halen used in “Jump” is an Oberheim OB-Xa. This machine uses polyphonic, substractive synthesis to generate its sounds. (Whew!) Go here to learn about the sound design of the signature riff in this tune: https://medium.com/@DmnkBrn/the-secret-behind-van-halens-iconic-synth-sound-in-jump-44a3b36dbb1 -- Then, take a break from your study by watching the official video for \"Jump\": https://www.youtube.com/watch?v=SwYN7mTi6HM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}