Information about plays

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

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

{
    "id": 3579799,
    "uri": "https://api.kexp.org/v2/plays/3579799/?format=api",
    "airdate": "2025-11-18T10:23:19-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alabama Pines",
    "track_id": "79552bb5-a25a-3e2c-aa8c-6ad2834a61fd",
    "recording_id": "5803355b-1f4f-433e-a552-5c5e2a0550a1",
    "artist": "Jason Isbell and The 400 Unit",
    "artist_ids": [
        "4c501a41-5f23-41c9-a36a-5b86e894e08d",
        "74e4c956-bdd2-435c-bdaf-436f187b410b"
    ],
    "album": "Here We Rest",
    "release_id": "57a7b8d2-5aba-45e2-8ff9-f54303ecb287",
    "release_group_id": "db618f90-51c3-4ff9-a000-82f70e88b3fc",
    "labels": [
        "Lightning Rod"
    ],
    "label_ids": [
        "a9876aae-12dd-4d51-9b32-0bd5a5e0b04f"
    ],
    "release_date": "2011-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jason Isbell and The 400 Unit will play:\n--Seattle's Paramount Theatre on Friday and Saturday, January 23rd and 24th\n--Oakland's Fox Theater on Thursday, January 29th\n--\n Enjoy Jason Isbell's beautiful KEXP In-Studio from 2022, hosted by Cheryl Waters: https://bit.ly/3PE5LCu.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}