Information about plays

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

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

{
    "id": 3576002,
    "uri": "https://api.kexp.org/v2/plays/3576002/?format=api",
    "airdate": "2025-11-09T12:19:25-08:00",
    "show": 65065,
    "show_uri": "https://api.kexp.org/v2/shows/65065/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down Under",
    "track_id": "21d54dc2-fda6-3fb9-920e-0546611277aa",
    "recording_id": "78c2a211-1c63-48f1-ad20-28b70eb98491",
    "artist": "Men at Work",
    "artist_ids": [
        "395cc503-63b5-4a0b-a20a-604e3fcacea2"
    ],
    "album": "Business as Usual",
    "release_id": "8889cfad-3b67-3f6a-962b-deb41b6cc7cf",
    "release_group_id": "c9bff180-434f-3c93-aba5-ff579e3976aa",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1981 Men at Work released their debut studio album \"Business as Usual\" featuring hits \"Who Can It Be Now?\" \"Down Under\" and \"Be Good Johnny.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}