Information about plays

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

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

{
    "id": 3619558,
    "uri": "https://api.kexp.org/v2/plays/3619558/?format=api",
    "airdate": "2026-02-19T15:07:10-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blackman Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Count Bass D",
    "artist_ids": [],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Blackman Dreams\" contains samples of multiple elements of \"People Make the World Go Round\" by Freddie Hubbard.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}