Information about plays

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

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

{
    "id": 3611650,
    "uri": "https://api.kexp.org/v2/plays/3611650/?format=api",
    "airdate": "2026-01-31T23:10:44-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/841a00a8-c115-461c-a97f-184e420ec8ca/43520985358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/841a00a8-c115-461c-a97f-184e420ec8ca/43520985358-250.jpg",
    "song": "Visible Distance",
    "track_id": null,
    "recording_id": "e020e1f7-ee0c-456b-815b-f2ff77b00fbe",
    "artist": "Universal Order Of Armageddon",
    "artist_ids": [
        "ee20f4be-a184-43e7-a2bc-495371eca5aa"
    ],
    "album": "Universal Order of Armageddon",
    "release_id": null,
    "release_group_id": "24049f8b-8a25-4293-8092-9c09f3575c0a",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2024-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2023, the band announced a partnership with reissue label The Numero Group to release UOA's back catalog on streaming services and physical media.\n\nhttps://numerogroup.com/products/universal-order-of-armageddon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}