Information about plays

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

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

{
    "id": 3520166,
    "uri": "https://api.kexp.org/v2/plays/3520166/?format=api",
    "airdate": "2025-06-28T23:02:09-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hands Across America",
    "track_id": "b90123b5-a647-438a-a55f-c1063e0fc017",
    "recording_id": "f0dac8bc-8657-4038-9061-5a10555c78a9",
    "artist": "Sleeping Beauties",
    "artist_ids": [
        "bc183028-dfda-4f58-a053-b1d3f9ff9ef3"
    ],
    "album": "Sleeping Beauties",
    "release_id": "b91e39df-0f2f-49e4-8282-4a3718bceb55",
    "release_group_id": "5e0fe989-7298-4d44-80db-6ac4712ef2bf",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}