Information about plays

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

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

{
    "id": 3550345,
    "uri": "https://api.kexp.org/v2/plays/3550345/?format=api",
    "airdate": "2025-09-08T06:47:06-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia800301.us.archive.org/28/items/mbid-9bdc121c-7a60-404b-84a1-a14eb51f2149/mbid-9bdc121c-7a60-404b-84a1-a14eb51f2149-13280158949_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/28/items/mbid-9bdc121c-7a60-404b-84a1-a14eb51f2149/mbid-9bdc121c-7a60-404b-84a1-a14eb51f2149-13280158949_thumb250.jpg",
    "song": "Teenage Dream",
    "track_id": "5cb2b4ab-7ef4-4bcc-ad46-5070f23f060e",
    "recording_id": "27735961-6ee6-47d1-a557-4a2fa3f37d34",
    "artist": "T-Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Zinc Alloy and the Hidden Riders of Tomorrow",
    "release_id": "9bdc121c-7a60-404b-84a1-a14eb51f2149",
    "release_group_id": "c44aca9e-2e97-3934-bd31-3ede7ad5828f",
    "labels": [
        "Marc on Wax"
    ],
    "label_ids": [
        "d2a285ea-e423-4b47-9ca4-6eee6c0dc4dc"
    ],
    "release_date": "1986-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out T-Rex performing this song on BBC's Top of the Pops, way back in 1974:\n\nhttps://www.youtube.com/watch?v=96KFaC0zq1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}