Information about plays

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

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

{
    "id": 3542189,
    "uri": "https://api.kexp.org/v2/plays/3542189/?format=api",
    "airdate": "2025-08-19T19:59:54-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fe9089e-6b0a-4a73-9093-350d72e84be5/42228708582-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fe9089e-6b0a-4a73-9093-350d72e84be5/42228708582-250.jpg",
    "song": "The Story of “Graceland” (As Told by Paul Simon)",
    "track_id": null,
    "recording_id": "74dc4924-4909-4621-a044-71a43ec21b88",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Graceland",
    "release_id": null,
    "release_group_id": "19847822-1430-3380-9cf1-bc45545b34ac",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1986-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The group became beloved globally as collaborators with Paul Simon on the album Graceland, and went on to win five Grammys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}