Information about plays

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

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

{
    "id": 3546347,
    "uri": "https://api.kexp.org/v2/plays/3546347/?format=api",
    "airdate": "2025-08-29T15:03:53-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://coverartarchive.org/release/2af08ced-7eab-459d-a1d7-26d890c5292f/42305629707-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2af08ced-7eab-459d-a1d7-26d890c5292f/42305629707-250.jpg",
    "song": "It Was a Good Day (remix)",
    "track_id": null,
    "recording_id": "20ae3eff-5156-4707-8843-44c5c35069c2",
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Bootlegs & B‐Sides",
    "release_id": null,
    "release_group_id": "2fab7caf-95db-398d-b62a-bb6389aa7dbb",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1994-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix of Ice Cube's hit 1993 song, released as part of his 1994 Bootlegs & B-Sides compilation via Priority Records. The original song was produced by DJ Pooh and this remix was produced by Ice Cube himself!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}