Information about plays

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

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

{
    "id": 3589394,
    "uri": "https://api.kexp.org/v2/plays/3589394/?format=api",
    "airdate": "2025-12-10T15:42:12-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strange",
    "track_id": "91fcbee2-b80c-4857-be4f-377144a5ae9e",
    "recording_id": "9e6770aa-d239-45b3-87f2-51b6f908f1ba",
    "artist": "The Tubs",
    "artist_ids": [
        "3f7e6b2a-720d-4781-b2cf-c0dd679693f0"
    ],
    "album": "Cotton Crown",
    "release_id": "14f241a2-ef07-4e74-bffd-df3e3ee15428",
    "release_group_id": "aebaa133-b873-4d65-b2b8-26cbb4aa7905",
    "labels": [
        "Troubled Mind Records"
    ],
    "label_ids": [
        "a2c2d18b-388c-40a8-b1f7-4c7dc177a21f"
    ],
    "release_date": "2025-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this New Yorker essay about the British (or Welsh) \"jangle-rock band with a cheeky-dirtbag edge\": https://www.newyorker.com/magazine/2025/06/23/pub-crawling-with-the-tubs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}