Information about plays

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

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

{
    "id": 3531637,
    "uri": "https://api.kexp.org/v2/plays/3531637/?format=api",
    "airdate": "2025-07-25T17:14:50-07:00",
    "show": 64110,
    "show_uri": "https://api.kexp.org/v2/shows/64110/?format=api",
    "image_uri": "https://ia600201.us.archive.org/12/items/mbid-d8316e81-72eb-3d2a-9c79-668f84bb8448/mbid-d8316e81-72eb-3d2a-9c79-668f84bb8448-5186008705_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/12/items/mbid-d8316e81-72eb-3d2a-9c79-668f84bb8448/mbid-d8316e81-72eb-3d2a-9c79-668f84bb8448-5186008705_thumb250.jpg",
    "song": "Enjoy the Silence",
    "track_id": "f0f0322f-10d7-3830-b8dd-b1ffb75fa8bb",
    "recording_id": "244bfd87-1a2b-4cdb-97f9-64435cb58c46",
    "artist": "Failure",
    "artist_ids": [
        "f0ed9f50-70b9-4406-9374-7d76ae21a04a"
    ],
    "album": "For the Masses",
    "release_id": "d8316e81-72eb-3d2a-9c79-668f84bb8448",
    "release_group_id": "71398d3a-44b0-3bd2-99d2-5170dd3de138",
    "labels": [
        "1500 Records"
    ],
    "label_ids": [
        "15bc8c1a-6cf5-4e9f-8218-ecc0894b053a"
    ],
    "release_date": "1998-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Depeche Mode Cover. This song was first recorded in 1989, and was released as a single from Depeche Mode's 7th studio album Violator.\n\nhttps://failureband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}