Information about plays

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

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

{
    "id": 3525139,
    "uri": "https://api.kexp.org/v2/plays/3525139/?format=api",
    "airdate": "2025-07-10T11:26:02-07:00",
    "show": 63973,
    "show_uri": "https://api.kexp.org/v2/shows/63973/?format=api",
    "image_uri": "https://ia800905.us.archive.org/2/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb250.jpg",
    "song": "(I Can't Get No) Satisfaction",
    "track_id": "229c1aa9-82f8-3ae3-9939-2d11276ac25f",
    "recording_id": "57888c47-f976-4417-9577-f45f118b58ca",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Forty Licks",
    "release_id": "896263b0-ce1e-45dd-abd2-c5118d17d5d6",
    "release_group_id": "6474dce0-f54d-36f5-9dc5-03a44e9f5d5b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"By the time the Rolling Stones began calling themselves the World's Greatest Rock & Roll Band in the late '60s, they had already staked out an impressive claim on the title. As the self-consciously dangerous alternative to the bouncy Merseybeat of the Beatles in the British Invasion, the Stones had pioneered the gritty, hard-driving blues-based rock & roll that came to define hard rock.\"\n\nhttps://www.allmusic.com/artist/the-rolling-stones-mn0000894465#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}