Information about plays

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

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

{
    "id": 3626159,
    "uri": "https://api.kexp.org/v2/plays/3626159/?format=api",
    "airdate": "2026-03-06T22:44:45-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/426024e9-b577-4c17-99bd-7ef680dc5c6f/28555260475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/426024e9-b577-4c17-99bd-7ef680dc5c6f/28555260475-250.jpg",
    "song": "Hot Boyz",
    "track_id": null,
    "recording_id": "ad581083-ac80-42ad-8593-9c94452a0aeb",
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Da Real World",
    "release_id": null,
    "release_group_id": "76ddda10-ce97-3b56-ab66-5f6ed5642ed9",
    "labels": [
        "The Goldmind, Inc."
    ],
    "label_ids": [
        "bf225f09-c8ff-4d06-8fc1-a557a720a141"
    ],
    "release_date": "1999-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}