Information about plays

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

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

{
    "id": 3590299,
    "uri": "https://api.kexp.org/v2/plays/3590299/?format=api",
    "airdate": "2025-12-12T21:20:05-08:00",
    "show": 65359,
    "show_uri": "https://api.kexp.org/v2/shows/65359/?format=api",
    "image_uri": "https://coverartarchive.org/release/99c31c48-5d03-4144-a568-e57bb37b9f9d/11867713099-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99c31c48-5d03-4144-a568-e57bb37b9f9d/11867713099-250.jpg",
    "song": "Watch Your Life",
    "track_id": null,
    "recording_id": "f4821713-1297-490f-9c49-6a48d1c9b37f",
    "artist": "Itadi Bonney",
    "artist_ids": [
        "95e7a00c-c639-4fa4-8aa5-7eab7c006514"
    ],
    "album": "Itadi",
    "release_id": null,
    "release_group_id": "8a31faf5-961a-4359-86cb-725cb164b8b0",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Togo's revolutionary musicians, Itadi Bonney known mononymously was a singer, composer, arranger, and guitarist known for singing a fusion of Ghanaian highlife and Afrosoul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}