Information about plays

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

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

{
    "id": 3580331,
    "uri": "https://api.kexp.org/v2/plays/3580331/?format=api",
    "airdate": "2025-11-19T18:28:28-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Baby (Got Nothing At All)",
    "track_id": null,
    "recording_id": null,
    "artist": "Japanese Breakfast",
    "artist_ids": [
        "8c529495-91f5-4e2f-b71b-adcb66878d04"
    ],
    "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": "Japanese Breakfast wrote this song for the A24 movie Materialists and preformed it live in the KEXP studio earlier this summer. Check it out below:\nhttps://www.youtube.com/watch?v=CKC60jwRH_0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}