Information about plays

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

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

{
    "id": 3577936,
    "uri": "https://api.kexp.org/v2/plays/3577936/?format=api",
    "airdate": "2025-11-14T05:22:57-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "https://ia801004.us.archive.org/2/items/mbid-b4b87454-577f-4f83-979b-6a55953677d2/mbid-b4b87454-577f-4f83-979b-6a55953677d2-43317851066_thumb500.jpg",
    "thumbnail_uri": "https://dn710105.ca.archive.org/0/items/mbid-b4b87454-577f-4f83-979b-6a55953677d2/mbid-b4b87454-577f-4f83-979b-6a55953677d2-43317851066_thumb250.jpg",
    "song": "A Line to the Stars",
    "track_id": "e0302096-95a7-4bf3-983f-5787b4dd9030",
    "recording_id": "d1d927b5-8622-481c-b2ff-5c5be30b3839",
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Corner Coming Up",
    "release_id": "b4b87454-577f-4f83-979b-6a55953677d2",
    "release_group_id": "32544379-bf5b-4f3c-8c0a-bb0fe7926d50",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}