Information about plays

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

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

{
    "id": 3564486,
    "uri": "https://api.kexp.org/v2/plays/3564486/?format=api",
    "airdate": "2025-10-13T07:34:37-07:00",
    "show": 64824,
    "show_uri": "https://api.kexp.org/v2/shows/64824/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc5e1e00-f472-46f0-ae20-512a3eb13381/25858430196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc5e1e00-f472-46f0-ae20-512a3eb13381/25858430196-250.jpg",
    "song": "Browning of America",
    "track_id": null,
    "recording_id": "5e2e135e-1876-414b-aeb3-eb8ad27e7cdd",
    "artist": "Olmeca",
    "artist_ids": [
        "6d17d041-d95b-4c42-93c9-0652039c9497"
    ],
    "album": "Brown Is Beautiful",
    "release_id": null,
    "release_group_id": "1762d7fe-7ae7-42e4-9a80-a1ee9a453bf3",
    "labels": [
        "Acid Lab Records"
    ],
    "label_ids": [
        "02de0e98-1ee2-43ac-8382-1afcec4b36c0"
    ],
    "release_date": "2013-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tepehuan\t\n\nOlmeca is a Bilingual Hip-Hop artist, producer, scholar, and activist who, among his solo projects such as his 2019 album ‘Define’, has written music for television shows such as ‘Sons of Anarchy’ and ‘The Mayans’.\n\nhttps://olmeca.bandcamp.com/merch/barrio-scholar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}