Information about plays

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

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

{
    "id": 3542519,
    "uri": "https://api.kexp.org/v2/plays/3542519/?format=api",
    "airdate": "2025-08-20T15:08:58-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia902302.us.archive.org/13/items/mbid-43c08b18-4f38-3953-9605-cde95836ef93/mbid-43c08b18-4f38-3953-9605-cde95836ef93-27078409596_thumb500.jpg",
    "thumbnail_uri": "https://ia802302.us.archive.org/13/items/mbid-43c08b18-4f38-3953-9605-cde95836ef93/mbid-43c08b18-4f38-3953-9605-cde95836ef93-27078409596_thumb250.jpg",
    "song": "Master and Servant",
    "track_id": "2d6e8cd4-2556-37c8-b655-905eb83145aa",
    "recording_id": "41820271-182f-4d0b-8f5e-f06b42c7dd38",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "The Singles 81>85",
    "release_id": "43c08b18-4f38-3953-9605-cde95836ef93",
    "release_group_id": "eadcd3aa-84fb-3931-88ba-a8489f4894f1",
    "labels": [
        "Reprise Records",
        "Mute"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1999-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1984, Depeche Mode released the single \"Master and Servant\" as the second single from their fourth studio album, \"Some Great Reward.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}