Information about plays

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

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

{
    "id": 3573785,
    "uri": "https://api.kexp.org/v2/plays/3573785/?format=api",
    "airdate": "2025-11-04T05:35:43-08:00",
    "show": 65019,
    "show_uri": "https://api.kexp.org/v2/shows/65019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lil Birdie",
    "track_id": "d1abe309-b30b-415a-88d2-fee54cfe7606",
    "recording_id": "a5d02c7f-7435-4344-a79c-89727b0374e2",
    "artist": "DJ Harrison",
    "artist_ids": [
        "411b5c5b-5432-4789-8160-6921c7cf6bcb"
    ],
    "album": "Shades of Yesterday",
    "release_id": "66742126-aa1c-47e1-93d6-bd678d398a2d",
    "release_group_id": "23d520f4-07cd-4495-a1fd-55455f498eee",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2024-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulful beats aplenty from Richmond, VA's DJ Harrison. DJ Harrison (also a member of Butcher Brown) covers The Beatles, Stevie Wonder, Donald Fagan and this sweet Vince Guaraldi joint on the new record \"Shades of Yesterday.\" https://djharrison.bandcamp.com/album/shades-of-yesterday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}