Information about plays

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

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

{
    "id": 3521333,
    "uri": "https://api.kexp.org/v2/plays/3521333/?format=api",
    "airdate": "2025-07-01T19:05:14-07:00",
    "show": 63894,
    "show_uri": "https://api.kexp.org/v2/shows/63894/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anavdhou (Edna Martinez Extended Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Afous",
    "artist_ids": [],
    "album": "Edna Martínez Presents Various – Picó (Sound System Culture From The Colombian Caribbean)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strut"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Incredible new comp compiled by Edna Martinez, who is known for expansive DJ sets that transcend curation, blending African, Caribbean and Arab sonorities. This group formed in the late 1970s in Algeria.\n\nhttps://ednamartinez.bandcamp.com/album/edna-martinez-presents-pic-sound-system-culture-from-the-colombian-caribbean-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}