Information about plays

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

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

{
    "id": 3589472,
    "uri": "https://api.kexp.org/v2/plays/3589472/?format=api",
    "airdate": "2025-12-10T20:37:45-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamworld",
    "track_id": null,
    "recording_id": "bba06e40-5774-4234-85b0-3df52ddae818",
    "artist": "The End",
    "artist_ids": [],
    "album": "Introspection",
    "release_id": null,
    "release_group_id": "03ab9de1-9824-3bd6-9b79-734f9f9c36b9",
    "labels": [
        "Deram"
    ],
    "label_ids": [
        "9d39ce55-18f6-4989-bcb6-d56862e18dcb"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}