Information about plays

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

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

{
    "id": 3604616,
    "uri": "https://api.kexp.org/v2/plays/3604616/?format=api",
    "airdate": "2026-01-15T08:58:17-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something Familiar",
    "track_id": "a9274f50-5ee1-32b4-af41-6269bef2f256",
    "recording_id": "2af1450c-2e32-4c8b-80b0-b84d634b6c1e",
    "artist": "Curve",
    "artist_ids": [
        "104d65cc-ac4e-4351-b62d-32438c84259f"
    ],
    "album": "Come Clean",
    "release_id": "92b4a8cc-f063-4230-9756-bfd661ceb311",
    "release_group_id": "caeaf7f5-1b49-39c6-91bf-927b8d99be2e",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "1998-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bianca in Everett\n--\nAny chance you could play something from Curve this morning?\nMy brain is trying to go sad on me and some old fav music might help.\nGreat set this morning! Thank you for doing what you do.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}