Information about plays

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

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

{
    "id": 3545689,
    "uri": "https://api.kexp.org/v2/plays/3545689/?format=api",
    "airdate": "2025-08-28T01:18:03-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/48a3afee-5f29-42a2-92c2-85521e0091cf/37502478540-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48a3afee-5f29-42a2-92c2-85521e0091cf/37502478540-250.jpg",
    "song": "Raised by Snakes",
    "track_id": null,
    "recording_id": "00974259-1091-4ce3-b6fc-6a42a7f6aad2",
    "artist": "Telex",
    "artist_ids": [
        "b5a6b147-ff97-4f12-928b-25588d20e2b0"
    ],
    "album": "Wonderful World",
    "release_id": null,
    "release_group_id": "c43b5ae2-a832-3721-8c96-9e8401375d09",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On their entry into the Eurovision contest, band member Marc Moulin said \"We had hoped to finish last, but Portugal decided otherwise. We got ten points from them and finished on the 19th spot\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}