Information about plays

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

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

{
    "id": 3610224,
    "uri": "https://api.kexp.org/v2/plays/3610224/?format=api",
    "airdate": "2026-01-28T14:06:49-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Consequences",
    "track_id": null,
    "recording_id": "908071a5-9444-4b46-ba82-eda018644289",
    "artist": "Laura Kelley",
    "artist_ids": [
        "f78a96e0-9061-48f1-9459-cb9d5de57454"
    ],
    "album": "Piece",
    "release_id": null,
    "release_group_id": "9c5f9ea5-0002-3336-af0f-04b242e77e2e",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Laura Kelley is a poet, writer, spoken word & hip hop artist from Seattle, WA.: https://s100.chasejarvis.com/people/laurakelleyjahn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}