Information about plays

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

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

{
    "id": 3539364,
    "uri": "https://api.kexp.org/v2/plays/3539364/?format=api",
    "airdate": "2025-08-12T23:43:10-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/47e5f695-0704-44fe-a803-b6de96523d5b/30382229179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47e5f695-0704-44fe-a803-b6de96523d5b/30382229179-250.jpg",
    "song": "Over Fire Island",
    "track_id": null,
    "recording_id": "a838fb27-2a57-4829-bd94-adefcdb97a96",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Another Green World",
    "release_id": null,
    "release_group_id": "7d5a684e-73a3-325c-a59c-34c9a941d8d6",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1975-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Air Break\n\n---\n\nAnother Green World is the third solo studio album by English musician Brian Eno, released by Island Records on 14 November 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}