Information about plays

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

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

{
    "id": 3565811,
    "uri": "https://api.kexp.org/v2/plays/3565811/?format=api",
    "airdate": "2025-10-16T09:58:35-07:00",
    "show": 64848,
    "show_uri": "https://api.kexp.org/v2/shows/64848/?format=api",
    "image_uri": "https://coverartarchive.org/release/a90d253a-ea16-4885-a65f-6ff9c5493a0f/34349069209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a90d253a-ea16-4885-a65f-6ff9c5493a0f/34349069209-250.jpg",
    "song": "My Mom",
    "track_id": null,
    "recording_id": "b4eb4bb0-ad34-450d-9b64-ce87686b2816",
    "artist": "Chocolate Genius",
    "artist_ids": [
        "bcc9bb2b-c4df-467e-9b9f-385f553013d3"
    ],
    "album": "Black Music",
    "release_id": null,
    "release_group_id": "86f47561-d4b3-30c4-a0b3-1d17b68a5559",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You are not alone.\n\nhttp://bit.ly/3J1X2uy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}