Information about plays

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

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

{
    "id": 3641402,
    "uri": "https://api.kexp.org/v2/plays/3641402/?format=api",
    "airdate": "2026-04-13T02:53:39-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/8df239e8-aabe-4bc7-9b7a-ab1353ca33d0/1937625615-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8df239e8-aabe-4bc7-9b7a-ab1353ca33d0/1937625615-250.jpg",
    "song": "You're Mine You",
    "track_id": null,
    "recording_id": "bb05639f-324e-4e44-b71a-f11b85213fac",
    "artist": "Bennie Green",
    "artist_ids": [
        "95a203ad-8b9c-4524-9787-235bde1b0413"
    ],
    "album": "Back on the Scene",
    "release_id": null,
    "release_group_id": "69218ced-43bb-4d25-9466-42b924d861c3",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1958-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}