Information about plays

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

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

{
    "id": 3544709,
    "uri": "https://api.kexp.org/v2/plays/3544709/?format=api",
    "airdate": "2025-08-25T16:47:37-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/a11478ad-d1a0-41be-92ca-24fa58219752/20034060735-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a11478ad-d1a0-41be-92ca-24fa58219752/20034060735-250.jpg",
    "song": "Gumboots (Joyce Muniz remix)",
    "track_id": null,
    "recording_id": "334340ef-f844-485d-b4da-466eeea6c95c",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Graceland: The Remixes",
    "release_id": null,
    "release_group_id": "7836c358-2a8d-4ced-a993-d2286a6b0ad5",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2018-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Graceland was released on this day in 1986.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}