Information about plays

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

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

{
    "id": 3618310,
    "uri": "https://api.kexp.org/v2/plays/3618310/?format=api",
    "airdate": "2026-02-16T13:40:22-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-0aee560a-00d1-47af-b10d-1f2e5b129ba2/mbid-0aee560a-00d1-47af-b10d-1f2e5b129ba2-5478173840_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-0aee560a-00d1-47af-b10d-1f2e5b129ba2/mbid-0aee560a-00d1-47af-b10d-1f2e5b129ba2-5478173840_thumb250.jpg",
    "song": "Floor Show",
    "track_id": "bd499253-abe5-4899-9130-4bf770cb51c3",
    "recording_id": "53910099-f8f8-4677-8cdf-314533c11a6b",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "Cut 4 Me",
    "release_id": "0aee560a-00d1-47af-b10d-1f2e5b129ba2",
    "release_group_id": "03c0a44d-2cb7-4a7b-a368-7bd851236130",
    "labels": [
        "Fade to Mind"
    ],
    "label_ids": [
        "c2e8563f-84cc-4188-bdd7-7e0fe529205e"
    ],
    "release_date": "2013-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cut 4 Me was the debut mixtape from Kelela, released in 2013 to wide acclaim. To celebrate the album's success, Fade to Mind released Cut 4 Me Deluxe Edition in 2015, a spread of the original 14 tracks alongside 8 new remixes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}