Information about plays

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

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

{
    "id": 3657372,
    "uri": "https://api.kexp.org/v2/plays/3657372/?format=api",
    "airdate": "2026-05-20T20:37:53-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/5149ac69-6fd5-31c0-bcce-322bdf3c6617/11893009205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5149ac69-6fd5-31c0-bcce-322bdf3c6617/11893009205-250.jpg",
    "song": "Birdmen",
    "track_id": null,
    "recording_id": "273ec95f-4a76-420a-9adf-3f2a7bb6422c",
    "artist": "Felt",
    "artist_ids": [
        "6999f790-25f4-44a3-b745-1e3e01fde0f5"
    ],
    "album": "Crumbling the Antiseptic Beauty",
    "release_id": null,
    "release_group_id": "74348e7c-92b9-3a2a-afd0-90eb8d6ebd8c",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1982-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sublime guitar notes courtesy of Maurice Deebank",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}