Information about plays

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

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

{
    "id": 3500266,
    "uri": "https://api.kexp.org/v2/plays/3500266/?format=api",
    "airdate": "2025-05-12T03:48:37-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "https://coverartarchive.org/release/93f38502-56f1-4723-ab17-0c85759d0acd/39061729417-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93f38502-56f1-4723-ab17-0c85759d0acd/39061729417-250.jpg",
    "song": "Coming Home",
    "track_id": null,
    "recording_id": "1d61e8e7-7e02-458c-a0f4-54833bf88a4b",
    "artist": "3% feat. Calula Webster",
    "artist_ids": [
        "a75abcea-fa8d-4e7c-b0a9-15fffb245887",
        "8b93f4e2-f6dd-4f74-af65-7f38471516a6"
    ],
    "album": "KILL THE DEAD",
    "release_id": null,
    "release_group_id": "0d69cba1-f62a-444e-b7b3-6c4b6530e12f",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Australia\n--\n3% is the collaborative project from First Nations MCs, songwriters and producers Nooky, Dallas Woods and Angus Field.\nhttps://open.spotify.com/artist/4CnzGjdsHYGHgmsDk1tNwg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}