Information about plays

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

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

{
    "id": 3571074,
    "uri": "https://api.kexp.org/v2/plays/3571074/?format=api",
    "airdate": "2025-10-28T16:20:30-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://ia804607.us.archive.org/14/items/mbid-7946c317-f422-3f36-b5de-3fb9fd496021/mbid-7946c317-f422-3f36-b5de-3fb9fd496021-10164936292_thumb500.jpg",
    "thumbnail_uri": "https://ia804607.us.archive.org/14/items/mbid-7946c317-f422-3f36-b5de-3fb9fd496021/mbid-7946c317-f422-3f36-b5de-3fb9fd496021-10164936292_thumb250.jpg",
    "song": "Regret",
    "track_id": "42e493fb-063d-3879-8140-c1361c98f804",
    "recording_id": "44618738-de03-4297-957a-df84cb113c7b",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Republic",
    "release_id": "7946c317-f422-3f36-b5de-3fb9fd496021",
    "release_group_id": "b7ad435f-aebb-3021-90ae-d3b5a3b709c3",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1993-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Stephen Morris, born on this day in 1957,\nStephen Morris is an English multi-instrumentalist, composer and record producer, best known for his work with the rock band New Order and, previously, Joy Division.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}