Information about plays

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

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

{
    "id": 3519384,
    "uri": "https://api.kexp.org/v2/plays/3519384/?format=api",
    "airdate": "2025-06-27T05:05:59-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?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": "You probably know this duo from their powerful cover of Gloria Jones' \"Tainted Love.\" They are an English synthpop duo, composed of Marc Almond and Dave Ball. Here's a biography: https://www.allmusic.com/artist/soft-cell-mn0000038579/biography\n--\nWant to see a live version?: https://www.youtube.com/watch?v=VST9TTbGEeI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}