Information about plays

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

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

{
    "id": 3539382,
    "uri": "https://api.kexp.org/v2/plays/3539382/?format=api",
    "airdate": "2025-08-13T00:29:37-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want it All",
    "track_id": null,
    "recording_id": null,
    "artist": "Metro Boomin, J Metro",
    "artist_ids": [
        "59db3d82-86ea-451f-881f-dffc8ec387c9",
        "acecdef0-fc5c-4dcf-8b12-aa9d5f5d4511"
    ],
    "album": "A Futuristic Summa",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Boominati, Mercury, Republic"
    ],
    "label_ids": [],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Futuristic Summa is the second commercial mixtape (third overall) by the American record producer Metro Boomin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}