Information about plays

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

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

{
    "id": 3585279,
    "uri": "https://api.kexp.org/v2/plays/3585279/?format=api",
    "airdate": "2025-12-01T04:03:21-08:00",
    "show": 65259,
    "show_uri": "https://api.kexp.org/v2/shows/65259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "KEEP UP",
    "track_id": "e22df79b-78ed-49fd-aa4a-19e279c66078",
    "recording_id": "b03e4d6b-4c8a-4fb6-b5b3-a4fd029c8e5e",
    "artist": "Baker Boy",
    "artist_ids": [
        "90fbaa1e-a466-4135-833c-ff96438b3b21"
    ],
    "album": "DJANDJAY",
    "release_id": "b3c40370-2d8b-4856-bd5a-5881257ae7af",
    "release_group_id": "89c17c5c-47be-43bf-a34b-67807016e342",
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yolŋu\t\n\nBaker Boy is a Yolŋu hip hop artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}