Information about plays

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

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

{
    "id": 3628267,
    "uri": "https://api.kexp.org/v2/plays/3628267/?format=api",
    "airdate": "2026-03-13T01:36:01-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://dn711300.ca.archive.org/0/items/mbid-76b65039-eae9-4d76-bd4e-b38795481411/mbid-76b65039-eae9-4d76-bd4e-b38795481411-44382093118_thumb500.jpg",
    "thumbnail_uri": "https://dn711300.ca.archive.org/0/items/mbid-76b65039-eae9-4d76-bd4e-b38795481411/mbid-76b65039-eae9-4d76-bd4e-b38795481411-44382093118_thumb250.jpg",
    "song": "world is yours.",
    "track_id": "ee1dd4b7-8adf-45a0-a53f-68c1b62509ae",
    "recording_id": "fcdae790-70ff-4df3-b68d-5d02d9f4db32",
    "artist": "Brent Faiyaz",
    "artist_ids": [
        "201412c6-7ced-472b-87a9-9259ec3c07d3"
    ],
    "album": "Icon",
    "release_id": "76b65039-eae9-4d76-bd4e-b38795481411",
    "release_group_id": "bcf5d1a3-db78-4ff1-900e-50654333ef4f",
    "labels": [
        "ISO Supremacy"
    ],
    "label_ids": [
        "30194ab1-3a8e-421b-9ca9-06b596d60fcf"
    ],
    "release_date": "2026-02-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}