Information about plays

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

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

{
    "id": 3521980,
    "uri": "https://api.kexp.org/v2/plays/3521980/?format=api",
    "airdate": "2025-07-03T06:18:53-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "https://ia804500.us.archive.org/8/items/mbid-41e83782-2306-4cc2-88b1-5b0bd2fcff29/mbid-41e83782-2306-4cc2-88b1-5b0bd2fcff29-39335670843_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-41e83782-2306-4cc2-88b1-5b0bd2fcff29/mbid-41e83782-2306-4cc2-88b1-5b0bd2fcff29-39335670843_thumb250.jpg",
    "song": "The FORCE",
    "track_id": "72c2dbae-844c-485b-b059-f4bbe38d07fc",
    "recording_id": "373d4731-32f7-4dd5-ac06-a52b853bc7b5",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "The FORCE",
    "release_id": "41e83782-2306-4cc2-88b1-5b0bd2fcff29",
    "release_group_id": "e22e9cc4-87c5-46db-9c95-c6e7db9e68f2",
    "labels": [
        "LL Cool J Music"
    ],
    "label_ids": [
        "756dbff2-7951-4cb4-beba-8fbbaebc25d3"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was one of Eva's Top 10 Albums of 2024!\n\nCheck out her list, and all the other KEXP DJs' lists, here:\n\nhttps://www.kexp.org/read/2024/12/11/kexp-djs-top-albums-of-2024/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}