Information about plays

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

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

{
    "id": 3552810,
    "uri": "https://api.kexp.org/v2/plays/3552810/?format=api",
    "airdate": "2025-09-14T03:25:47-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia800506.us.archive.org/18/items/mbid-22651787-58b2-4d24-9366-41e2277d3e36/mbid-22651787-58b2-4d24-9366-41e2277d3e36-42893348773_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/18/items/mbid-22651787-58b2-4d24-9366-41e2277d3e36/mbid-22651787-58b2-4d24-9366-41e2277d3e36-42893348773_thumb250.jpg",
    "song": "Montón",
    "track_id": "379a0d89-0445-4583-b6b4-7e85f2608af5",
    "recording_id": "5c939eeb-6785-4f9f-be7a-911a9bd02c9c",
    "artist": "Tei Shi",
    "artist_ids": [
        "921f2966-dfe6-4101-95fc-c8233d76f59f"
    ],
    "album": "Make believe I make believe",
    "release_id": "22651787-58b2-4d24-9366-41e2277d3e36",
    "release_group_id": "e759a761-4e4f-409e-bc5a-6930cd0ccde2",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}