Information about plays

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

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

{
    "id": 3611616,
    "uri": "https://api.kexp.org/v2/plays/3611616/?format=api",
    "airdate": "2026-01-31T21:42:02-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/9cd906bb-50fe-448d-8bf5-99789b18ef52/38168424560-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9cd906bb-50fe-448d-8bf5-99789b18ef52/38168424560-250.jpg",
    "song": "Big Guitar Jackoff in the Sky",
    "track_id": null,
    "recording_id": "d1dd8e33-8d22-4433-908e-0d8e6084947d",
    "artist": "Uranium Club",
    "artist_ids": [
        "6b0e1dec-4187-47e9-8cb9-83fff47aa154"
    ],
    "album": "Infants Under the Bulb",
    "release_id": null,
    "release_group_id": "70f499ba-1301-4c0d-81b5-da7781ff9839",
    "labels": [
        "Static Shock Records"
    ],
    "label_ids": [
        "65fcbd30-08fe-48f6-971c-2021381769a8"
    ],
    "release_date": "2024-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Infants Under the Bulb is Uranium Club’s fourth album and first full length since 2018’s \"The Cosmo Cleaners\".\n\nhttps://staticshockrecords.bandcamp.com/album/infants-under-the-bulb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}