Information about plays

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

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

{
    "id": 3594278,
    "uri": "https://api.kexp.org/v2/plays/3594278/?format=api",
    "airdate": "2025-12-22T01:53:25-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost",
    "track_id": "82fef1ce-b146-4a6c-a0c1-984bf6f58912",
    "recording_id": "e5d0f137-a3d5-401f-a0cd-96809cdc895a",
    "artist": "Amanda Whiting",
    "artist_ids": [
        "b94ca4ff-3bff-4d89-8748-8aa6f7745194"
    ],
    "album": "Lost in Abstraction",
    "release_id": "ea58b34e-9b87-447a-8ddc-6496bcec843f",
    "release_group_id": "eb9c8e54-1e96-446a-a8d7-6cb00464738c",
    "labels": [
        "Jazzman"
    ],
    "label_ids": [
        "bbd27f09-26f7-44cc-8428-fc810f2ff4e5"
    ],
    "release_date": "2022-05-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}