Information about plays

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

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

{
    "id": 3541171,
    "uri": "https://api.kexp.org/v2/plays/3541171/?format=api",
    "airdate": "2025-08-17T10:12:05-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/2edf44dc-dd93-4167-9c00-c03e2cbe9078/22193710690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2edf44dc-dd93-4167-9c00-c03e2cbe9078/22193710690-250.jpg",
    "song": "Mama Nantucket",
    "track_id": null,
    "recording_id": "15690154-5649-48de-812c-f5633209074d",
    "artist": "Michael Nesmith & The First National Band",
    "artist_ids": [
        "ebbcd8e8-4c7d-467a-b761-d5fb391c8baf"
    ],
    "album": "Magnetic South",
    "release_id": null,
    "release_group_id": "7a5c1944-9202-3953-bb08-1b6846808e30",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the former Monkees’ debut solo album delving into country music and yodeling, read more about that time for him in an interview here.\n\nhttps://bittersoutherner.com/from-the-southern-perspective/the-southern-monkee-michael-nesmith",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}