Information about plays

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

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

{
    "id": 3536931,
    "uri": "https://api.kexp.org/v2/plays/3536931/?format=api",
    "airdate": "2025-08-07T03:32:39-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e186a18-ea6d-48c2-927a-012f554d9a92/23419732990-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e186a18-ea6d-48c2-927a-012f554d9a92/23419732990-250.jpg",
    "song": "10% Dis",
    "track_id": null,
    "recording_id": "e372c109-d409-42f9-9676-a1a649732ce3",
    "artist": "MC Lyte",
    "artist_ids": [
        "fac552dc-55e5-498c-818a-c278f1e02a75"
    ],
    "album": "Lyte as a Rock",
    "release_id": null,
    "release_group_id": "85969d2f-fe2e-36cf-9ee8-ab0d42398ec3",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1988-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A legendary diss track aimed toward her fellow rapper Antoinette.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}