Information about plays

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

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

{
    "id": 3581214,
    "uri": "https://api.kexp.org/v2/plays/3581214/?format=api",
    "airdate": "2025-11-21T22:36:24-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All That I Got",
    "track_id": null,
    "recording_id": "f9675559-f5a0-40c7-b0ab-e177de96b377",
    "artist": "Cozz",
    "artist_ids": [
        "dc329a4a-1d76-469c-ba08-c9a28e69a866"
    ],
    "album": "Right Here Is Now",
    "release_id": null,
    "release_group_id": "3a4e8439-436a-3e00-ba41-0e102785ef22",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cozz, the Los Angeles–born rapper signed to Dreamville, brings sharp lyrical focus and introspection on ‘All That I Got,’ a standout track from his 2024 project Fortunate. Cozz has recently resumed releasing new music and collaborations after a brief hiatus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}