Information about plays

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

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

{
    "id": 3574805,
    "uri": "https://api.kexp.org/v2/plays/3574805/?format=api",
    "airdate": "2025-11-06T17:24:05-08:00",
    "show": 65039,
    "show_uri": "https://api.kexp.org/v2/shows/65039/?format=api",
    "image_uri": "https://ia902906.us.archive.org/31/items/mbid-97a996b5-671f-4c41-89a9-dcf65cb5a6a2/mbid-97a996b5-671f-4c41-89a9-dcf65cb5a6a2-15534278105_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-97a996b5-671f-4c41-89a9-dcf65cb5a6a2/mbid-97a996b5-671f-4c41-89a9-dcf65cb5a6a2-15534278105_thumb250.jpg",
    "song": "Slow Train to Dawn",
    "track_id": "afa66b9d-3c8d-48c2-9ad9-4b4ac3261904",
    "recording_id": "175e3207-e954-4ca2-8682-bd07e60ddc2a",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Infected",
    "release_id": "97a996b5-671f-4c41-89a9-dcf65cb5a6a2",
    "release_group_id": "1eb45345-2fee-3be5-8b0a-5b91238de4f4",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Infected is the second album by THE THE. Although it only peaked at 14 in the UK Albums Chart, it stayed on the chart for 30 weeks, making it by far THE THE’s most commercially successful album.\nhttps://www.thethe.com/product/infected-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}