Information about plays

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

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

{
    "id": 3580836,
    "uri": "https://api.kexp.org/v2/plays/3580836/?format=api",
    "airdate": "2025-11-21T00:43:54-08:00",
    "show": 65165,
    "show_uri": "https://api.kexp.org/v2/shows/65165/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Idle Hands",
    "track_id": null,
    "recording_id": "ec82c4f1-e98c-46ba-9ae1-e768c3b080a6",
    "artist": "Harlem River Drive",
    "artist_ids": [
        "037a1bb7-0dde-4368-92be-02f4c282dc31"
    ],
    "album": "Harlem River Drive",
    "release_id": null,
    "release_group_id": "4fae4328-77d0-39e6-85df-bb6268b6a87a",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}