Information about plays

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

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

{
    "id": 3575066,
    "uri": "https://api.kexp.org/v2/plays/3575066/?format=api",
    "airdate": "2025-11-07T09:11:16-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1d8e7d4-5a5f-40f7-b9c0-16848fb26cdf/1916522774-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1d8e7d4-5a5f-40f7-b9c0-16848fb26cdf/1916522774-250.jpg",
    "song": "Happiest Girl (Jack mix)",
    "track_id": null,
    "recording_id": "c3e123c4-0959-460b-8f7b-93cbcd9eff78",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "World in My Eyes",
    "release_id": null,
    "release_group_id": "12ee5910-0d55-3fa8-ba24-637670934bdd",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Happiest Girl\" was released as the B-side to the single \"World in My Eyes.\" It was written by Martin Gore.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}