Information about plays

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

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

{
    "id": 3595339,
    "uri": "https://api.kexp.org/v2/plays/3595339/?format=api",
    "airdate": "2025-12-24T11:42:03-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CHURCH GIRL",
    "track_id": null,
    "recording_id": "37ab8dfb-f868-4a94-be36-a2e203fad98c",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "RENAISSANCE",
    "release_id": null,
    "release_group_id": "2c385052-5083-43a2-b1e5-36566d2ae3c0",
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2022-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}