Information about plays

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

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

{
    "id": 3525360,
    "uri": "https://api.kexp.org/v2/plays/3525360/?format=api",
    "airdate": "2025-07-11T00:24:15-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ea80ebc-7645-4266-95ed-9f3cec2e28a7/41790799795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ea80ebc-7645-4266-95ed-9f3cec2e28a7/41790799795-250.jpg",
    "song": "Tears",
    "track_id": null,
    "recording_id": "28520c4f-8c0d-41fc-bdd1-621946a487cb",
    "artist": "Chaos in the CBD feat. Saucy Lady",
    "artist_ids": [
        "ae534b5f-95e5-40d9-9ce0-75e4b777cad1",
        "42dbe9f7-213f-425e-a1bf-2c94665d0b34"
    ],
    "album": "A Deeper Life",
    "release_id": null,
    "release_group_id": "6473f952-4ac2-4a3f-9c13-1d7e6adb9c9c",
    "labels": [
        "In Dust We Trust"
    ],
    "label_ids": [
        "5a23276f-5fad-4454-94a8-1fc40c1b25ee"
    ],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}