Information about plays

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

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

{
    "id": 3610551,
    "uri": "https://api.kexp.org/v2/plays/3610551/?format=api",
    "airdate": "2026-01-29T09:01:11-08:00",
    "show": 65784,
    "show_uri": "https://api.kexp.org/v2/shows/65784/?format=api",
    "image_uri": "https://coverartarchive.org/release/be7b4f45-f19b-37ab-aa87-64501e75ffe8/7963930056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be7b4f45-f19b-37ab-aa87-64501e75ffe8/7963930056-250.jpg",
    "song": "Big Time",
    "track_id": null,
    "recording_id": "1cd7b35c-ceb9-4c0b-8956-5bd61401ce97",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "So",
    "release_id": null,
    "release_group_id": "be3cc3e7-bdb0-3c13-a60b-a985b30eb603",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1986-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gabriel used a smorgasbord of sounds on this track, some of which were either processed through or generated by his synthesizers (a Fairlight CMI and Prophet 5) or drum machine (a Linn).\n--\nThe Memphis Horns, who also appeared on \"Sledgehammer,\" played on this one, as did Stewart Copeland of The Police, who contributed drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}