Information about plays

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

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

{
    "id": 3595989,
    "uri": "https://api.kexp.org/v2/plays/3595989/?format=api",
    "airdate": "2025-12-25T20:16:54-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Noel Nhớ",
    "track_id": null,
    "recording_id": null,
    "artist": "Như Quỳnh",
    "artist_ids": [
        "97670b79-82cd-4427-95d2-b8e4d968ce1d"
    ],
    "album": "Noel ! Noel!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "POPS WORLDWIDE"
    ],
    "label_ids": [
        "5e8268bd-8c2f-473c-b591-b637dd44bf15"
    ],
    "release_date": "2024-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}