Information about plays

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

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

{
    "id": 3631632,
    "uri": "https://api.kexp.org/v2/plays/3631632/?format=api",
    "airdate": "2026-03-20T19:40:47-07:00",
    "show": 66233,
    "show_uri": "https://api.kexp.org/v2/shows/66233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grazing in the Grass",
    "track_id": null,
    "recording_id": "1e0259e5-831a-488e-b130-8ca2ac306115",
    "artist": "Hugh Masekela",
    "artist_ids": [
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1968 recording was inducted into the Grammy Hall of Fame in 2018! And peaked on the US Billboard Hot 100 at number 1!\n\nWhile in exile, Masekela collaborated with West African artists and absorbed Afrobeat/highlife influences, bringing them into his jazz recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}