Information about plays

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

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

{
    "id": 3598143,
    "uri": "https://api.kexp.org/v2/plays/3598143/?format=api",
    "airdate": "2025-12-30T19:42:31-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jolene",
    "track_id": null,
    "recording_id": "38c7eabb-48a6-496d-893a-9404fe678061",
    "artist": "Adrian Raso & Fanfare Ciocărlia",
    "artist_ids": [
        "915a6db3-a32e-4958-b20f-f5451377d886",
        "a98da524-e565-4d89-b729-17d5a5fe75e0"
    ],
    "album": "The Devil Rides Again",
    "release_id": null,
    "release_group_id": "604f0f84-0865-4a82-8db5-f18603b9f21c",
    "labels": [
        "Asphalt Tango Records"
    ],
    "label_ids": [
        "f3c83c7a-3683-4692-ab17-d9d13b4cb0b4"
    ],
    "release_date": "2025-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dolly Parton Cover; \nRomanian brass meets surf-inflected guitar, fast, joyful, and built for movement.\nhttps://adrianraso.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}