Information about plays

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

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

{
    "id": 3580368,
    "uri": "https://api.kexp.org/v2/plays/3580368/?format=api",
    "airdate": "2025-11-19T20:37:34-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Did It Again",
    "track_id": null,
    "recording_id": "05fc90c6-5911-421c-b08e-63b05112a285",
    "artist": "Soft Machine",
    "artist_ids": [
        "5193ce6b-a315-4c50-ae49-54e69ffbc988"
    ],
    "album": "The Soft Machine",
    "release_id": null,
    "release_group_id": "18e4c035-21e5-34da-8394-324b20d09d45",
    "labels": [
        "Probe"
    ],
    "label_ids": [
        "ae618ab0-81aa-4e75-8bdc-a9c039c981bf"
    ],
    "release_date": "1968-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}