Information about plays

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

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

{
    "id": 3622066,
    "uri": "https://api.kexp.org/v2/plays/3622066/?format=api",
    "airdate": "2026-02-25T10:20:44-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boy With a Coin",
    "track_id": "cce1b458-78a9-31ce-92ed-692d4a0e2328",
    "recording_id": "2b2dab72-e8ee-4de9-8992-e05208a77cea",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "The Shepherd's Dog",
    "release_id": "a68da3d3-2412-4731-882c-5731e3079498",
    "release_group_id": "2b701e39-8a06-3ec0-bb30-f1cb1f291d1f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A set of music from KEXP 90.TEEN DJ Calla Hallmark!\n\nTomorrow, Feb 26th, Easy Street Records in Seattle is hosting a listening party for Iron & Wine's newest album 'Hen's Teeth.' See more listening party dates here: https://ironandwine.com/tours/\n\nIron & Wine also stopped by KEXP to play live with Cheryl in 2024. You can watch it here: https://www.youtube.com/watch?v=cTSTOXFVoEY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}