Information about plays

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

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

{
    "id": 3581222,
    "uri": "https://api.kexp.org/v2/plays/3581222/?format=api",
    "airdate": "2025-11-21T23:05:35-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Need",
    "track_id": null,
    "recording_id": null,
    "artist": "Anycia ftGloRilla, Karrahboo",
    "artist_ids": [],
    "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": "Anycia brings major energy on ‘Never Need,’ teaming up with Memphis powerhouse GloRilla and fellow ATL rapper Karrahboo. Released in 2025 off Anycia's mixtape Grady Baby.\nAnycia has kept her momentum following the success of ‘BRB,’ while GloRilla continues promoting her Ehhthang Ehhthang Album. Stream them on Spotify, Apple Music, and YouTube to stay plugged into the wave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}