Information about plays

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

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

{
    "id": 3580913,
    "uri": "https://api.kexp.org/v2/plays/3580913/?format=api",
    "airdate": "2025-11-21T05:12:54-08:00",
    "show": 65167,
    "show_uri": "https://api.kexp.org/v2/shows/65167/?format=api",
    "image_uri": "https://ia802900.us.archive.org/1/items/mbid-8e12a163-d952-4ce2-a34b-fc3fb484455f/mbid-8e12a163-d952-4ce2-a34b-fc3fb484455f-43607000657_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/1/items/mbid-8e12a163-d952-4ce2-a34b-fc3fb484455f/mbid-8e12a163-d952-4ce2-a34b-fc3fb484455f-43607000657_thumb250.jpg",
    "song": "Insects (Bonus)",
    "track_id": "cc493aff-d0c1-4a3a-aba1-81093d8cc82c",
    "recording_id": "2aa8ab0f-45af-4c79-87bc-a75cb3478f92",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx (Deluxe)",
    "release_id": "8e12a163-d952-4ce2-a34b-fc3fb484455f",
    "release_group_id": "23355caf-a543-4b5f-80fe-449101868fc1",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2009-11-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The xx just re-released their critically-acclaimed debut album this week as a deluxe edition featuring extra bonus tracks and covers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}