Information about plays

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

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

{
    "id": 3500424,
    "uri": "https://api.kexp.org/v2/plays/3500424/?format=api",
    "airdate": "2025-05-12T13:19:56-07:00",
    "show": 63443,
    "show_uri": "https://api.kexp.org/v2/shows/63443/?format=api",
    "image_uri": "https://ia801502.us.archive.org/14/items/mbid-0ea80ebc-7645-4266-95ed-9f3cec2e28a7/mbid-0ea80ebc-7645-4266-95ed-9f3cec2e28a7-41790799795_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-0ea80ebc-7645-4266-95ed-9f3cec2e28a7/mbid-0ea80ebc-7645-4266-95ed-9f3cec2e28a7-41790799795_thumb250.jpg",
    "song": "Brain Gymnasium",
    "track_id": "eeac208a-4dfb-40dd-8b65-8201a68a73a6",
    "recording_id": "e3b4c8f0-1c44-4da1-af79-006b80d659e4",
    "artist": "Chaos in the CBD",
    "artist_ids": [
        "ae534b5f-95e5-40d9-9ce0-75e4b777cad1"
    ],
    "album": "A Deeper Life",
    "release_id": "0ea80ebc-7645-4266-95ed-9f3cec2e28a7",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}