Information about plays

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

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

{
    "id": 3519719,
    "uri": "https://api.kexp.org/v2/plays/3519719/?format=api",
    "airdate": "2025-06-27T23:56:44-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778/5651213506-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778/5651213506-250.jpg",
    "song": "I Love Boosters!",
    "track_id": null,
    "recording_id": "da5f3a88-ab4a-40c3-bb63-e5f9ea944879",
    "artist": "The Coup",
    "artist_ids": [
        "846e89f6-6257-4371-a26d-de960a60bec5"
    ],
    "album": "Pick a Bigger Weapon",
    "release_id": null,
    "release_group_id": "3abacfef-a912-383b-adb5-ec8176d9334b",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2006-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During their 2013 tour for 'Sorry to Bother You', Raymond \"Boots\" Riley and his band The Coup stopped by KEXP to kick out the jams live on Street Sounds with Larry Mizell Jr. \nCheck it out: https://www.kexp.org/read/2013/1/14/live-video-the-coup/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}