Information about plays

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

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

{
    "id": 3570920,
    "uri": "https://api.kexp.org/v2/plays/3570920/?format=api",
    "airdate": "2025-10-28T07:10:36-07:00",
    "show": 64956,
    "show_uri": "https://api.kexp.org/v2/shows/64956/?format=api",
    "image_uri": "https://ia801309.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": "Electricity",
    "track_id": "39c88034-8e76-3d72-9d5e-dad2c1ef5f5d",
    "recording_id": "8158283c-536d-464a-9344-bb27e7ae38a8",
    "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": "\"Electricity\" was the first song that Andy McCluskey and Paul Humphreys wrote together at the age of 16. It addresses society's wasteful usage of energy resources. Inspired by Kraftwerk's \"Radioactivity\", the track was described by McCluskey as \"a faster, punkier version of 'Radioactivity' with a chorus\".\nomd.uk.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}