Information about plays

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

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

{
    "id": 3598674,
    "uri": "https://api.kexp.org/v2/plays/3598674/?format=api",
    "airdate": "2026-01-01T03:36:53-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ten Percent (Walter Gibbons 12\" Mix)",
    "track_id": null,
    "recording_id": "29a82a77-2ea2-43e5-8a98-11418483f121",
    "artist": "Double Exposure",
    "artist_ids": [
        "ce16a54b-d14c-428f-8721-7baed0929cc0"
    ],
    "album": "Ten Percent",
    "release_id": null,
    "release_group_id": "0d1f5af3-a616-356c-b3c3-4008b73c6c8e",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}