Information about plays

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

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

{
    "id": 3581221,
    "uri": "https://api.kexp.org/v2/plays/3581221/?format=api",
    "airdate": "2025-11-21T23:01:59-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "https://coverartarchive.org/release/e67118d5-0964-42b4-b49e-9d7579d1c2b0/4765601674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e67118d5-0964-42b4-b49e-9d7579d1c2b0/4765601674-250.jpg",
    "song": "Recognize",
    "track_id": null,
    "recording_id": "23c08abb-92ca-440f-98dc-51e5e87adaba",
    "artist": "Russ ft. Jessy Blakemore",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Russ delivers a smooth groove on ‘Recognize,’ joined by Jessy Blakemore for an easy, melodic listen from his 2025 releases. Russ has been dropping music nonstop and recently wrapped major stops on his \"It Was You All Along tour.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}