Information about plays

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

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

{
    "id": 3551747,
    "uri": "https://api.kexp.org/v2/plays/3551747/?format=api",
    "airdate": "2025-09-11T15:20:03-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flash",
    "track_id": null,
    "recording_id": "05274540-972a-4531-b849-2ad62a90c49c",
    "artist": "Fix",
    "artist_ids": [
        "556468bb-ccf9-4239-85d2-0c77de8c07e8"
    ],
    "album": "Fix Flash: Nightvision Album Sampler",
    "release_id": null,
    "release_group_id": "66f8984a-7ec0-4197-85c4-575c6e0344c1",
    "labels": [
        "Night Vision"
    ],
    "label_ids": [
        "41f58466-c797-42c9-a495-c0b950f581fe"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Flash\" by Fix sampled the hook from \"Hydraulic Pump\" from P-Funk All Stars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}