Information about plays

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

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

{
    "id": 3559692,
    "uri": "https://api.kexp.org/v2/plays/3559692/?format=api",
    "airdate": "2025-09-30T15:33:37-07:00",
    "show": 64710,
    "show_uri": "https://api.kexp.org/v2/shows/64710/?format=api",
    "image_uri": "https://coverartarchive.org/release/a09a4b4f-a8d2-4d7b-a08b-8d7fbc79a7f5/36417112615-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a09a4b4f-a8d2-4d7b-a08b-8d7fbc79a7f5/36417112615-250.jpg",
    "song": "My Woman",
    "track_id": null,
    "recording_id": "a2e609b6-c3e6-43c1-a089-a077f6b521a6",
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Love The Life You Live",
    "release_id": null,
    "release_group_id": "42b7ea27-de85-4eb2-8f36-57576f957d1a",
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this full performance from Barrington Levy, Live on KEXP, recorded June 2025, enjoy:\nhttps://www.youtube.com/watch?v=lfgZ8v3sszs&list=RDlfgZ8v3sszs&start_radio=1\n---\nhttps://www.barringtonlevy.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}