Information about plays

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

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

{
    "id": 3553265,
    "uri": "https://api.kexp.org/v2/plays/3553265/?format=api",
    "airdate": "2025-09-15T06:11:50-07:00",
    "show": 64568,
    "show_uri": "https://api.kexp.org/v2/shows/64568/?format=api",
    "image_uri": "https://ia600407.us.archive.org/22/items/mbid-91f0b678-08ae-4210-b388-dcbb8c7fa41a/mbid-91f0b678-08ae-4210-b388-dcbb8c7fa41a-39129595554_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-91f0b678-08ae-4210-b388-dcbb8c7fa41a/mbid-91f0b678-08ae-4210-b388-dcbb8c7fa41a-39129595554_thumb250.jpg",
    "song": "Sabor a Mi",
    "track_id": "3944e1f0-a431-4ee1-aefd-7f89823100e2",
    "recording_id": "b01a6cb4-86d8-4d3f-876a-7dbc3a8867b6",
    "artist": "Thee Heart Tones",
    "artist_ids": [
        "a0c8e468-1637-409d-925e-b8afdd2c9ea7"
    ],
    "album": "Forever & Ever",
    "release_id": "91f0b678-08ae-4210-b388-dcbb8c7fa41a",
    "release_group_id": "b16fa10b-acd7-422b-ab7d-8f623bbbf552",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thee Heart Tones are a group of young musicians from Hawthorne, California. These teenagers are a group of rising stars carrying the torch contributing of Chicano Soul while putting their own spin on it.\n\nhttps://theehearttones.bandcamp.com/album/forever-ever-b-w-sabor-a-mi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}