Information about plays

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

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

{
    "id": 3558632,
    "uri": "https://api.kexp.org/v2/plays/3558632/?format=api",
    "airdate": "2025-09-28T02:09:58-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "https://ia800207.us.archive.org/10/items/mbid-51eb10e0-2b9e-3906-a8f1-db74b346cba5/mbid-51eb10e0-2b9e-3906-a8f1-db74b346cba5-2545806167_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/10/items/mbid-51eb10e0-2b9e-3906-a8f1-db74b346cba5/mbid-51eb10e0-2b9e-3906-a8f1-db74b346cba5-2545806167_thumb250.jpg",
    "song": "Ride the Lightning",
    "track_id": "1325ed46-35f9-3877-8b38-5b558680c06c",
    "recording_id": "19bc7363-eb0a-450d-ab1d-1f3082072e0a",
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Ride the Lightning",
    "release_id": "51eb10e0-2b9e-3906-a8f1-db74b346cba5",
    "release_group_id": "0da580f2-6768-498f-af9d-2becaddf15e0",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}