Information about plays

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

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

{
    "id": 3557104,
    "uri": "https://api.kexp.org/v2/plays/3557104/?format=api",
    "airdate": "2025-09-24T08:38:34-07:00",
    "show": 64648,
    "show_uri": "https://api.kexp.org/v2/shows/64648/?format=api",
    "image_uri": "https://ia902906.us.archive.org/25/items/mbid-ee3406a2-4e18-301b-87ba-1d30feb522bc/mbid-ee3406a2-4e18-301b-87ba-1d30feb522bc-8847031666_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/25/items/mbid-ee3406a2-4e18-301b-87ba-1d30feb522bc/mbid-ee3406a2-4e18-301b-87ba-1d30feb522bc-8847031666_thumb250.jpg",
    "song": "Blue Jean",
    "track_id": "51e5433c-b7da-38ab-bdcc-16ba6be99238",
    "recording_id": "ef2d05cf-062b-49a1-85db-1f12868ad724",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Tonight",
    "release_id": "ee3406a2-4e18-301b-87ba-1d30feb522bc",
    "release_group_id": "2d0af79a-cb12-32e3-9cae-21696b910d53",
    "labels": [
        "EMI",
        "EMI America"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7",
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Bowie released his 16th studio album \"Tonight\", featuring the song \"Blue Jean\", on this day in 1984. (41 years old)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}