Information about plays

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

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

{
    "id": 3630089,
    "uri": "https://api.kexp.org/v2/plays/3630089/?format=api",
    "airdate": "2026-03-17T07:23:23-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "https://dn721702.ca.archive.org/0/items/mbid-cc47fcf3-ce7d-4a12-be75-025085a7cceb/mbid-cc47fcf3-ce7d-4a12-be75-025085a7cceb-20182907638_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-cc47fcf3-ce7d-4a12-be75-025085a7cceb/mbid-cc47fcf3-ce7d-4a12-be75-025085a7cceb-20182907638_thumb250.jpg",
    "song": "Beautiful World",
    "track_id": "3d62d599-2bbc-40bf-8a88-1d2c3cefe6fa",
    "recording_id": "3562b149-041b-4085-a010-02620c0e1206",
    "artist": "Colin Hay",
    "artist_ids": [
        "864d7069-57dc-45f6-b408-875b35106dd3"
    ],
    "album": "Going Somewhere",
    "release_id": "cc47fcf3-ce7d-4a12-be75-025085a7cceb",
    "release_group_id": "5c864dac-3f92-3464-883c-63552262ce07",
    "labels": [
        "Hypertension Music"
    ],
    "label_ids": [
        "e9ba9cdb-6cc7-414a-8c6f-68fec3bf86e9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 'Going Somewhere', the sixth studio album from Scottish-Australian Colin Hay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}