Information about plays

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

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

{
    "id": 3576245,
    "uri": "https://api.kexp.org/v2/plays/3576245/?format=api",
    "airdate": "2025-11-10T01:23:13-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://ia802803.us.archive.org/31/items/mbid-972966ae-0f07-4322-a0a5-9620e5e00069/mbid-972966ae-0f07-4322-a0a5-9620e5e00069-43173748968_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Taking out the Trash",
    "track_id": "ce694f59-53fd-4b4c-a799-a046476100dd",
    "recording_id": "217185c7-c28a-4e5e-8ba3-fc24e75de66e",
    "artist": "SML",
    "artist_ids": [
        "f127f13b-b897-4595-ae01-4bf4129ff87b"
    ],
    "album": "Taking out the Trash",
    "release_id": "972966ae-0f07-4322-a0a5-9620e5e00069",
    "release_group_id": "db4c389e-a510-49ca-97f0-d575683821ed",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest from the L.A. Jazz super outfit SML",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}