Information about plays

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

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

{
    "id": 3520848,
    "uri": "https://api.kexp.org/v2/plays/3520848/?format=api",
    "airdate": "2025-06-30T16:43:43-07:00",
    "show": 63885,
    "show_uri": "https://api.kexp.org/v2/shows/63885/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-d933d95e-bc52-4884-9883-7c271be4642d/mbid-d933d95e-bc52-4884-9883-7c271be4642d-28257827226_thumb500.jpg",
    "thumbnail_uri": "https://ia601803.us.archive.org/31/items/mbid-d933d95e-bc52-4884-9883-7c271be4642d/mbid-d933d95e-bc52-4884-9883-7c271be4642d-28257827226_thumb250.jpg",
    "song": "Summertime",
    "track_id": "a2a97b4b-0f91-4cac-a03b-cf871d5a0b7a",
    "recording_id": "5becb558-9b42-48f9-a490-83af2d510df9",
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Static & Silence",
    "release_id": "65d8fa6a-0142-453f-822a-e9cac2417e81",
    "release_group_id": "8d693db5-6f59-3da2-bec2-e1b782292606",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1997-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}