Information about plays

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

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

{
    "id": 3618980,
    "uri": "https://api.kexp.org/v2/plays/3618980/?format=api",
    "airdate": "2026-02-18T05:37:31-08:00",
    "show": 65964,
    "show_uri": "https://api.kexp.org/v2/shows/65964/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-54fe3fb6-7a8e-4ce8-b7dc-a20d38a88db2/mbid-54fe3fb6-7a8e-4ce8-b7dc-a20d38a88db2-27909004240_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-54fe3fb6-7a8e-4ce8-b7dc-a20d38a88db2/mbid-54fe3fb6-7a8e-4ce8-b7dc-a20d38a88db2-27909004240_thumb250.jpg",
    "song": "How Soon Is Now?",
    "track_id": "9d390756-d6fd-326d-b974-680e2e92a892",
    "recording_id": "0f21ae9c-60ab-42e2-9022-25a0ede1011d",
    "artist": "Hundred Reasons",
    "artist_ids": [
        "32301b5a-a2eb-4575-a070-cc661feb003c"
    ],
    "album": "How Soon Is Now? The Songs of The Smiths",
    "release_id": "54fe3fb6-7a8e-4ce8-b7dc-a20d38a88db2",
    "release_group_id": "a2e72036-2bfc-3201-8138-da37f001ae8a",
    "labels": [
        "Sorepoint Records"
    ],
    "label_ids": [
        "6dcedb0d-7d9c-4a89-9e08-407de9b91a0f"
    ],
    "release_date": "2004-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hundred Reasons is an English band formed in 1999. They cover The Smiths for an album of The Smiths covers released in 2004. \n\nhttps://www.hundredreasons.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}