Information about plays

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

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

{
    "id": 3574319,
    "uri": "https://api.kexp.org/v2/plays/3574319/?format=api",
    "airdate": "2025-11-05T13:07:17-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "https://ia801602.us.archive.org/35/items/mbid-2fa74b28-a600-47d5-a6c4-c80b4ae53992/mbid-2fa74b28-a600-47d5-a6c4-c80b4ae53992-43083542980_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/35/items/mbid-2fa74b28-a600-47d5-a6c4-c80b4ae53992/mbid-2fa74b28-a600-47d5-a6c4-c80b4ae53992-43083542980_thumb250.jpg",
    "song": "Love Is Like the Ghetto",
    "track_id": "5157d5dd-25af-417e-ba29-699ab65a860e",
    "recording_id": "71325616-aa75-4bde-83e0-c59e77b46cd5",
    "artist": "Yazmin Lacey",
    "artist_ids": [
        "451919df-764c-40cf-9aa2-fcafe599d869"
    ],
    "album": "Teal Dreams",
    "release_id": "2fa74b28-a600-47d5-a6c4-c80b4ae53992",
    "release_group_id": "9f2628f3-c279-44ad-9701-7ef94c73b7b2",
    "labels": [
        "AMF Records"
    ],
    "label_ids": [
        "e0b22162-8b70-4cd1-ae39-9dc24ededdb5"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London artist Yazmin Lacey's second album, \"Teal Dreams,\"  follows  the breakout success of her debut album \"Voice Notes.\"  Go right here to purchase it: https://yazminlacey.bandcamp.com/album/teal-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}