Information about plays

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

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

{
    "id": 3599083,
    "uri": "https://api.kexp.org/v2/plays/3599083/?format=api",
    "airdate": "2026-01-02T04:23:44-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sign",
    "track_id": null,
    "recording_id": "d2df9667-1ea7-4e0e-b68a-3b3d8aa66224",
    "artist": "Ace of Base",
    "artist_ids": [
        "d4a1404d-e00c-4bac-b3ba-e3557f6468d6"
    ],
    "album": "The Sign",
    "release_id": null,
    "release_group_id": "d345547c-75a7-321d-818c-75daf0499a7b",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1993-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1994!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}