Information about plays

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

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

{
    "id": 3641259,
    "uri": "https://api.kexp.org/v2/plays/3641259/?format=api",
    "airdate": "2026-04-12T16:39:51-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://coverartarchive.org/release/b636c814-b76e-48e0-a547-c02954bf8d19/1673779810-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b636c814-b76e-48e0-a547-c02954bf8d19/1673779810-250.jpg",
    "song": "My Philosophy",
    "track_id": null,
    "recording_id": "85ddb149-88b6-469c-9a65-2cc303c06462",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "By All Means Necessary",
    "release_id": null,
    "release_group_id": "508f9242-acc1-3df2-b2e3-4651a0532cf4",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1988-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released OTD in 1988!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}