Information about plays

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

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

{
    "id": 3631979,
    "uri": "https://api.kexp.org/v2/plays/3631979/?format=api",
    "airdate": "2026-03-21T15:28:27-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c9fd0d5-e4e9-44f1-9c33-67965f6bc371/14521749995-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c9fd0d5-e4e9-44f1-9c33-67965f6bc371/14521749995-250.jpg",
    "song": "They Won’t Hang Around",
    "track_id": null,
    "recording_id": "0ae2abce-3825-4664-9125-06e967b2aaab",
    "artist": "Lady Wray",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b"
    ],
    "album": "Queen Alone",
    "release_id": null,
    "release_group_id": "5dbb2adf-b7f4-466c-a337-0507488b240c",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2016-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Nicole Wray is Lady Wray.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}