Information about plays

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

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

{
    "id": 3567437,
    "uri": "https://api.kexp.org/v2/plays/3567437/?format=api",
    "airdate": "2025-10-20T03:35:33-07:00",
    "show": 64883,
    "show_uri": "https://api.kexp.org/v2/shows/64883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sagepatch Kid",
    "track_id": null,
    "recording_id": "d86037da-48f0-4f01-8210-afd0be77344d",
    "artist": "Tufawon",
    "artist_ids": [
        "f4bdaca4-0af2-4861-9528-029f8e50c77d"
    ],
    "album": "The Homecoming",
    "release_id": null,
    "release_group_id": "c5b31ab5-6cf4-4d9c-a3d0-19c08955bd1b",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Dakota/Boricua\n\n* By Request for Dave in Kent\n\nTufawon is a Dakota/Boricua songwriter and producer from Minneapolis. In 2021, Tufawon and collaborators released the LandBack album, a 21 song full length record executive produced by NDN Collective which features 10 indigenous artists on what the message of LandBack means to them.\n__\nVideo! https://www.youtube.com/watch?v=aGas0THSbqs\n__\nhttps://www.tufawon.com/\n__\nhttps://tufawon.bandcamp.com/track/sagepatch-kid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}