Information about plays

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

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

{
    "id": 3599924,
    "uri": "https://api.kexp.org/v2/plays/3599924/?format=api",
    "airdate": "2026-01-03T23:52:18-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Modern Life 1 + Belly of the Beast",
    "track_id": null,
    "recording_id": null,
    "artist": "Pig City",
    "artist_ids": [
        "facb4312-0a7e-4464-b4e1-ca221fec4bf0"
    ],
    "album": "Untitled",
    "release_id": null,
    "release_group_id": "45240d7f-8f36-495d-8a9f-5643993cc0a1",
    "labels": [
        "To Live a Lie"
    ],
    "label_ids": [
        "1c249c91-d8b8-474e-ace5-7b1cbf9ca7fe"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phoenix, AZ\n\nhttps://pigcity.bandcamp.com/album/untitled",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}