Information about plays

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

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

{
    "id": 3587713,
    "uri": "https://api.kexp.org/v2/plays/3587713/?format=api",
    "airdate": "2025-12-06T19:23:44-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spinning Out",
    "track_id": "9e63506f-cf2c-4c1d-bf12-30b8f500927a",
    "recording_id": "195786d3-b02c-42dc-9f20-1340e0414877",
    "artist": "SunDog",
    "artist_ids": [
        "af3d2468-769a-4105-80d2-c9fc9a787b68"
    ],
    "album": "About You",
    "release_id": "2085ac2d-2428-4ef3-b81e-350c6a489157",
    "release_group_id": "31b094f1-bc36-486f-8f9d-6f6c404512f1",
    "labels": [
        "Dog Yard Records"
    ],
    "label_ids": [
        "1aaddd43-cd0a-468f-8433-8c73a53a3ef0"
    ],
    "release_date": "2024-09-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The third album from psych-grunge-pop rock trio based in Anchorage, Alaska.\n\nhttps://sundogak.bandcamp.com/album/about-you",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}