Information about plays

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

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

{
    "id": 3587873,
    "uri": "https://api.kexp.org/v2/plays/3587873/?format=api",
    "airdate": "2025-12-07T02:44:51-08:00",
    "show": 65311,
    "show_uri": "https://api.kexp.org/v2/shows/65311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wield Your Hope Like a Weapon",
    "track_id": "0c7b4791-390d-4495-a6d7-cd81a9f0822d",
    "recording_id": "3a074124-747f-44c4-acb9-ad1a885ef204",
    "artist": "Soot Sprite",
    "artist_ids": [
        "be32c0ee-e3c9-46fa-beff-707750e92b84"
    ],
    "album": "Wield Your Hope Like a Weapon",
    "release_id": "b25c4720-e47d-4c16-ac24-4fb0f23155c8",
    "release_group_id": "69341b7c-6e48-4f14-8baa-7dd66f055ccb",
    "labels": [
        "Specialist Subject Records"
    ],
    "label_ids": [
        "f531c230-c08b-44d3-b9d4-5867922d1e57"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Exeter, UK. https://sootsprite.bandcamp.com/album/wield-your-hope-like-a-weapon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}