Information about plays

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

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

{
    "id": 3559923,
    "uri": "https://api.kexp.org/v2/plays/3559923/?format=api",
    "airdate": "2025-10-01T04:30:55-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?format=api",
    "image_uri": "https://ia601309.us.archive.org/32/items/mbid-e535227a-a4aa-4062-9187-d5ab0d1384a2/mbid-e535227a-a4aa-4062-9187-d5ab0d1384a2-36443279684_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/32/items/mbid-e535227a-a4aa-4062-9187-d5ab0d1384a2/mbid-e535227a-a4aa-4062-9187-d5ab0d1384a2-36443279684_thumb250.jpg",
    "song": "Messages",
    "track_id": "e8a042ec-98b0-303a-b2a0-ee97e7d42148",
    "recording_id": "713eb94a-e8f6-42fa-9c10-a9de6a46ab9c",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Messages: Greatest Hits",
    "release_id": "e535227a-a4aa-4062-9187-d5ab0d1384a2",
    "release_group_id": "832ea5d7-2bcc-42b7-9441-48c62b21ce36",
    "labels": [
        "Virgin",
        "EMI"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2008-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rather than hire studio time to record the album, OMD co-founders Andy McCluskey and Paul Humphreys used their advance payment from Dindisc to build their own Liverpool recording studio, The Gramophone Suite. The duo predicted they would be dropped by the label due to disappointing sales, but would at least own a studio. Their studio incurred leakage when the lead covering was stolen from its roof, and so McCluskey had to record his vocals under an umbrella.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}