Information about plays

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

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

{
    "id": 3581013,
    "uri": "https://api.kexp.org/v2/plays/3581013/?format=api",
    "airdate": "2025-11-21T10:50:16-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia803209.us.archive.org/16/items/mbid-56c44a31-8715-4847-b74d-7ba0189f6b47/mbid-56c44a31-8715-4847-b74d-7ba0189f6b47-26299317502_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/16/items/mbid-56c44a31-8715-4847-b74d-7ba0189f6b47/mbid-56c44a31-8715-4847-b74d-7ba0189f6b47-26299317502_thumb250.jpg",
    "song": "One Great City!",
    "track_id": "9794bdfd-ce23-3413-9adc-0ac9dcfa7341",
    "recording_id": "b3ed8b25-99f1-45ea-bf34-cbcd2cd7c940",
    "artist": "The Weakerthans",
    "artist_ids": [
        "bc68928b-fbb5-4aac-baae-52ba49202372"
    ],
    "album": "Reconstruction Site",
    "release_id": "56c44a31-8715-4847-b74d-7ba0189f6b47",
    "release_group_id": "3a3f7e3a-f200-352e-92ec-c5afc9ce672e",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2003-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Weakerthans are a quartet from Winnpeg. \"One Great City!,\" which references their hometown, came out on their 2003 album, Reconstruction Site. \n\nhttps://theweakerthans.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}