Information about plays

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

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

{
    "id": 3556214,
    "uri": "https://api.kexp.org/v2/plays/3556214/?format=api",
    "airdate": "2025-09-22T06:21:57-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia801205.us.archive.org/19/items/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479-1031647403_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/19/items/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479-1031647403_thumb250.jpg",
    "song": "Say Hello, Wave Goodbye",
    "track_id": "3b3dc900-7f34-3597-8047-01f5e46d6581",
    "recording_id": "289c9c59-a0fd-4f60-8b68-d280ae4617d7",
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "Non‐Stop Erotic Cabaret",
    "release_id": "c3367d3a-2f6c-48d1-95c5-c1ee7a49c479",
    "release_group_id": "e5bc1607-7947-3044-8558-6b4eae334c51",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1981-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soft Cell are an English synth-pop duo who came to prominence in the early 1980s. The duo consisted of vocalist Marc Almond and instrumentalist David Ball. The band are primarily known for their 1981 hit version of \"Tainted Love\" and their platinum-selling debut album Non-Stop Erotic Cabaret.\n\nhttps://softcell.bandcamp.com/album/tainted-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}