Information about plays

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

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

{
    "id": 3543507,
    "uri": "https://api.kexp.org/v2/plays/3543507/?format=api",
    "airdate": "2025-08-22T23:05:51-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8731f38-40f1-4065-b241-85f207282e50/41884243248-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8731f38-40f1-4065-b241-85f207282e50/41884243248-250.jpg",
    "song": "Island Criminal",
    "track_id": null,
    "recording_id": "9d421717-4d90-4d6b-a410-7e71aec91f2d",
    "artist": "BAMBII feat. Aluna",
    "artist_ids": [
        "6ca9bf1d-3992-4b77-84c9-90b88a8d0f10",
        "4d937f0c-1248-4b0d-93f5-427059092c33"
    ],
    "album": "INFINITY CLUB II",
    "release_id": null,
    "release_group_id": "2c53362b-4d8d-4fbc-b1fe-fd3abdfb071c",
    "labels": [
        "Because Music Ltd"
    ],
    "label_ids": [],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bambiibambii.bandcamp.com/album/infinity-club-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}