Information about plays

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

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

{
    "id": 3519803,
    "uri": "https://api.kexp.org/v2/plays/3519803/?format=api",
    "airdate": "2025-06-28T04:50:34-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia800507.us.archive.org/10/items/mbid-34479a3a-0ffa-434f-83c3-45112cce5d14/mbid-34479a3a-0ffa-434f-83c3-45112cce5d14-36604243300_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/10/items/mbid-34479a3a-0ffa-434f-83c3-45112cce5d14/mbid-34479a3a-0ffa-434f-83c3-45112cce5d14-36604243300_thumb250.jpg",
    "song": "Does It Make You Feel Good?",
    "track_id": "becbdc2f-6a4e-4913-bd74-c16bd6559867",
    "recording_id": "707449e3-9ad4-4ac3-8cae-930d79d0c5e7",
    "artist": "Confidence Man",
    "artist_ids": [
        "9fab430a-f1af-4a69-bf68-6857a7a50a68"
    ],
    "album": "Does It Make You Feel Good?",
    "release_id": "34479a3a-0ffa-434f-83c3-45112cce5d14",
    "release_group_id": "cecfffab-f1f2-4a1c-82f7-3bdd6470459f",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2019-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}