Information about plays

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

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

{
    "id": 3557587,
    "uri": "https://api.kexp.org/v2/plays/3557587/?format=api",
    "airdate": "2025-09-25T13:49:19-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kalifornia",
    "track_id": null,
    "recording_id": null,
    "artist": "Yasiin Bey",
    "artist_ids": [
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "Biker Boyz",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song that sampled several elements from the Mahavishnu Orchestra's \"You Know You Know\"...\n--\n\"Mos Def on the profile (indeed)\nAdamsville rockin' you so very well...\"  Here are the lyrics: https://genius.com/Yasiin-bey-kalifornia-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}