Information about plays

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

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

{
    "id": 3562542,
    "uri": "https://api.kexp.org/v2/plays/3562542/?format=api",
    "airdate": "2025-10-08T03:01:54-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "https://ia801600.us.archive.org/6/items/mbid-39200288-578b-38d7-894a-0a5794435267/mbid-39200288-578b-38d7-894a-0a5794435267-2613572066_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/6/items/mbid-39200288-578b-38d7-894a-0a5794435267/mbid-39200288-578b-38d7-894a-0a5794435267-2613572066_thumb250.jpg",
    "song": "Master and Servant",
    "track_id": "a9a24d0a-2dde-348e-9d3e-0bbf3e5c63a3",
    "recording_id": "41820271-182f-4d0b-8f5e-f06b42c7dd38",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "The Best of Depeche Mode, Volume 1",
    "release_id": "39200288-578b-38d7-894a-0a5794435267",
    "release_group_id": "e21adeb5-b102-37d7-b4dd-b8479a7d2ae2",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}