Information about plays

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

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

{
    "id": 3605258,
    "uri": "https://api.kexp.org/v2/plays/3605258/?format=api",
    "airdate": "2026-01-16T22:41:51-08:00",
    "show": 65669,
    "show_uri": "https://api.kexp.org/v2/shows/65669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real Muthaphuckkin G's",
    "track_id": null,
    "recording_id": "808077b5-4f0e-4e67-b9f7-5e2e9fc9c4a2",
    "artist": "Eazy-E",
    "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": "Eazy-E's legendary 1993 diss track off the It's On (Dr. Dre) 187um Killa EP is STILL one of the hardest responses in hip-hop history! This was Eazy's answer to Dr. Dre and Snoop Dogg's \"Dre Day\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}