Information about plays

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

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

{
    "id": 3542017,
    "uri": "https://api.kexp.org/v2/plays/3542017/?format=api",
    "airdate": "2025-08-19T09:48:40-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia800203.us.archive.org/19/items/mbid-c5688180-12a8-4997-969c-ad5354539830/mbid-c5688180-12a8-4997-969c-ad5354539830-38302707392_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/19/items/mbid-c5688180-12a8-4997-969c-ad5354539830/mbid-c5688180-12a8-4997-969c-ad5354539830-38302707392_thumb250.jpg",
    "song": "Burn Rubber (Why You Wanna Hurt Me)",
    "track_id": "996b4d85-1212-3f00-923d-412611bec131",
    "recording_id": "c4e3d015-366f-47f7-9d66-c8c6d1f76c3f",
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "Ultimate Collection",
    "release_id": "c5688180-12a8-4997-969c-ad5354539830",
    "release_group_id": "d3320a1c-9f3b-3c76-8319-c5e50ebf1b3b",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Gap Band III is the fifth studio album (contrary to the title) by American R&B band The Gap Band, released in 1980 on Mercury Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}