Information about plays

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

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

{
    "id": 3550663,
    "uri": "https://api.kexp.org/v2/plays/3550663/?format=api",
    "airdate": "2025-09-09T01:27:24-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Time Blood",
    "track_id": null,
    "recording_id": "c07d7752-b039-4af3-8762-a5fcb18767a5",
    "artist": "Yung Lean feat. Ecco2k & Bladee",
    "artist_ids": [
        "757ed661-fbad-4e45-b1cd-a6b09f06f54a",
        "66ab36ce-8f58-46fb-9284-396c2c90ecbd",
        "cd689e77-dfdd-4f81-b50c-5e5a3f5e38a4"
    ],
    "album": "Stardust",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skrillex on the production\n\n(STRONG SOPHIE VIBES ON THIS ONE)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}