Information about plays

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

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

{
    "id": 3552383,
    "uri": "https://api.kexp.org/v2/plays/3552383/?format=api",
    "airdate": "2025-09-13T05:32:50-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia800302.us.archive.org/20/items/mbid-5e17752f-71d7-36d6-87f5-cbb812bac000/mbid-5e17752f-71d7-36d6-87f5-cbb812bac000-32984917670_thumb500.jpg",
    "thumbnail_uri": "https://ia600302.us.archive.org/20/items/mbid-5e17752f-71d7-36d6-87f5-cbb812bac000/mbid-5e17752f-71d7-36d6-87f5-cbb812bac000-32984917670_thumb250.jpg",
    "song": "She's a Freak",
    "track_id": "f7f15607-b518-3f52-9d4e-800e25e691b4",
    "recording_id": "95a35910-2dca-4eb7-8633-7fa8fc09943d",
    "artist": "Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "The Good The Bad and the Funky",
    "release_id": "5e17752f-71d7-36d6-87f5-cbb812bac000",
    "release_group_id": "a7021593-3305-3c7c-8b64-d73714e52ae7",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}