Information about plays

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

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

{
    "id": 3557293,
    "uri": "https://api.kexp.org/v2/plays/3557293/?format=api",
    "airdate": "2025-09-24T19:19:44-07:00",
    "show": 64652,
    "show_uri": "https://api.kexp.org/v2/shows/64652/?format=api",
    "image_uri": "https://ia800504.us.archive.org/11/items/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f-12173220357_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/11/items/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f-12173220357_thumb250.jpg",
    "song": "Dreamy",
    "track_id": "373f105e-3426-47b8-a392-3a8a8967fe37",
    "recording_id": "15267ce5-eef9-4ae8-90e8-865e212e3d80",
    "artist": "The Holydrug Couple",
    "artist_ids": [
        "ab722b70-b4a8-4918-b13d-2a449f23df16"
    ],
    "album": "Moonlust",
    "release_id": "30d5dcff-3815-46f9-b317-7110a72cf13f",
    "release_group_id": "c2ab968d-195e-4ef3-8d36-338019241339",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2015-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Holydrug Couple \"Dreamy\" (Official Music Video) - https://www.youtube.com/watch?v=zj2aImiOgUE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}