Information about plays

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

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

{
    "id": 3548159,
    "uri": "https://api.kexp.org/v2/plays/3548159/?format=api",
    "airdate": "2025-09-02T22:23:01-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia801601.us.archive.org/29/items/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d-8638643409_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/29/items/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d/mbid-ebcca334-5254-4d05-a7c5-2bd514a09a9d-8638643409_thumb250.jpg",
    "song": "Say My Name",
    "track_id": "d4e8d547-86a5-4704-85d3-096e618afbc1",
    "recording_id": "5c14f824-69b6-460c-ba95-dfa76990dfc6",
    "artist": "ODESZA feat. Zyra",
    "artist_ids": [
        "a02745f9-5685-46fc-8e49-5348ccb0a3b4",
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "In Return",
    "release_id": "ebcca334-5254-4d05-a7c5-2bd514a09a9d",
    "release_group_id": "a7fcb5d4-4ae6-4a29-9e0f-2a7c678357d1",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out their live kexp set here! https://youtu.be/aGVU_1Udhrs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}