Information about plays

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

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

{
    "id": 3622064,
    "uri": "https://api.kexp.org/v2/plays/3622064/?format=api",
    "airdate": "2026-02-25T10:12:34-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel It All Around [Toro Y Moi remix]",
    "track_id": "7485157b-77e9-49f5-b7e7-0191845cdf8c",
    "recording_id": "f4f1267f-1bdd-4d09-92de-b6161eb82861",
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Feel It All Around",
    "release_id": "e6fdfb43-ef4f-4d1f-ad72-b3b055568a96",
    "release_group_id": "8218d65b-3f9e-478b-90f0-1a14610d062e",
    "labels": [
        "Transparent"
    ],
    "label_ids": [
        "a468b1ec-b714-4aec-8500-9d1e88193b7c"
    ],
    "release_date": "2009-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix comes from Bay Area based artist Toro Y Moi. You may know the original mix that was used for the intro for the show Portlandia.\n\nhttps://washedout.net/\nhttps://toroymoi.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}