Information about plays

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

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

{
    "id": 3589022,
    "uri": "https://api.kexp.org/v2/plays/3589022/?format=api",
    "airdate": "2025-12-09T18:28:56-08:00",
    "show": 65333,
    "show_uri": "https://api.kexp.org/v2/shows/65333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "53 Miles West of Venus",
    "track_id": "2aa94aaf-dfab-450b-8906-76575dec912e",
    "recording_id": "a3cf673f-8ed8-4acc-b6ee-5a2c2029fc4b",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Wild Planet",
    "release_id": "2d8863d7-d90d-43b8-866d-6057871218dc",
    "release_group_id": "7c9f7229-7f75-371d-8165-e1d57a81155c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The last track on The B-52s second LP - the band travelled to Compass Point Studios in the Bahamas to record the LP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}