Information about plays

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

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

{
    "id": 3520259,
    "uri": "https://api.kexp.org/v2/plays/3520259/?format=api",
    "airdate": "2025-06-29T04:34:13-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia601203.us.archive.org/12/items/mbid-74c1f1f6-54ee-40b2-8d7a-07533256cc0a/mbid-74c1f1f6-54ee-40b2-8d7a-07533256cc0a-10700177372_thumb500.jpg",
    "thumbnail_uri": "https://ia601203.us.archive.org/12/items/mbid-74c1f1f6-54ee-40b2-8d7a-07533256cc0a/mbid-74c1f1f6-54ee-40b2-8d7a-07533256cc0a-10700177372_thumb250.jpg",
    "song": "waves",
    "track_id": "8178eae6-af49-4b77-a7d0-4a223b492c09",
    "recording_id": "f0b537ad-99bb-47c8-9526-50d1e7f03864",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "Wildheart",
    "release_id": "17f269a2-07ee-4ae8-9bfd-e42eb491800d",
    "release_group_id": "1681f959-c456-405d-9af9-56b413950e88",
    "labels": [
        "Bystorm Entertainment",
        "RCA"
    ],
    "label_ids": [
        "ada7aa76-40fb-47dd-9d89-d17d726fbf3d",
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2015! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}