Information about plays

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

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

{
    "id": 3658120,
    "uri": "https://api.kexp.org/v2/plays/3658120/?format=api",
    "airdate": "2026-05-22T16:19:07-07:00",
    "show": 66786,
    "show_uri": "https://api.kexp.org/v2/shows/66786/?format=api",
    "image_uri": "https://ia902900.us.archive.org/23/items/mbid-fd93116d-f846-40e1-b54d-9ec1a1e18ebd/mbid-fd93116d-f846-40e1-b54d-9ec1a1e18ebd-21129412728_thumb500.jpg",
    "thumbnail_uri": "https://ia902900.us.archive.org/23/items/mbid-fd93116d-f846-40e1-b54d-9ec1a1e18ebd/mbid-fd93116d-f846-40e1-b54d-9ec1a1e18ebd-21129412728_thumb250.jpg",
    "song": "On",
    "track_id": "691c98b3-969d-3659-a817-7733a685b89a",
    "recording_id": "10459ecd-5a9e-4c9b-8d73-08ab29b7009e",
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "On",
    "release_id": "fd93116d-f846-40e1-b54d-9ec1a1e18ebd",
    "release_group_id": "b1c01b4b-2548-3dee-9fa4-8d7907eee131",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1994-01-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "out to sean!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}