Information about plays

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

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

{
    "id": 3551735,
    "uri": "https://api.kexp.org/v2/plays/3551735/?format=api",
    "airdate": "2025-09-11T14:32:42-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba1eef15-f8a8-45da-a213-ee52bfeba331/4135627509-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba1eef15-f8a8-45da-a213-ee52bfeba331/4135627509-250.jpg",
    "song": "I Don’t Believe You Want to Get Up and Dance (Oops)",
    "track_id": null,
    "recording_id": "e4e5c614-4681-4c99-8bb5-4889b58579ab",
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "The Gap Band II",
    "release_id": null,
    "release_group_id": "80cd5dd9-4e87-35f1-a2a7-b76816e143e0",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1979-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Gap Band sampled the hook from the previous \"Disco to Go\" and also the vocals from Parliament's 1975 \"Dr. Funkenstein.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}