Information about plays

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

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

{
    "id": 3623199,
    "uri": "https://api.kexp.org/v2/plays/3623199/?format=api",
    "airdate": "2026-02-27T22:15:38-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yahhh!",
    "track_id": null,
    "recording_id": "c7dacc21-46a4-4dc9-9fa4-7329ad720d4a",
    "artist": "Soulja Boy",
    "artist_ids": [
        "29eead4d-3793-4625-8727-c03edbb38b8b"
    ],
    "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": "Released in January 2008 from his second studio album \"iSouljaBoyTellem,\" this track came hot on the heels of his massive viral hit \"Crank That.\" At just 17 years old, Soulja Boy revolutionized hip-hop by being one of the first artists to leverage YouTube, MySpace, and self-produced beats to achieve mainstream success. \"Yahhh!\" featured Arab on the hook.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}