Information about plays

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

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

{
    "id": 3543166,
    "uri": "https://api.kexp.org/v2/plays/3543166/?format=api",
    "airdate": "2025-08-22T04:38:00-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://ia802301.us.archive.org/19/items/mbid-6c204422-81fb-4d70-9bed-e2365d8ee49d/mbid-6c204422-81fb-4d70-9bed-e2365d8ee49d-40937504947_thumb500.jpg",
    "thumbnail_uri": "https://ia802301.us.archive.org/19/items/mbid-6c204422-81fb-4d70-9bed-e2365d8ee49d/mbid-6c204422-81fb-4d70-9bed-e2365d8ee49d-40937504947_thumb250.jpg",
    "song": "Bazooka",
    "track_id": "43f10cd6-c581-4056-a509-8c660867db5f",
    "recording_id": "13b3e3bc-da0f-443d-a201-c9f5fc6158f9",
    "artist": "Roi Turbo",
    "artist_ids": [
        "2187db7b-60dc-49a7-a8bd-5f0b45bcaa77"
    ],
    "album": "Bazooka",
    "release_id": "6c204422-81fb-4d70-9bed-e2365d8ee49d",
    "release_group_id": "e248fd10-88fe-4378-963f-a366a0a7de45",
    "labels": [
        "Maison Records"
    ],
    "label_ids": [
        "f46be6fc-20a7-4ba8-8b29-e08516c77964"
    ],
    "release_date": "2024-12-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}