Information about plays

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

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

{
    "id": 3572188,
    "uri": "https://api.kexp.org/v2/plays/3572188/?format=api",
    "airdate": "2025-10-31T10:59:13-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friendly Ghost",
    "track_id": "648422fe-6dad-32a5-9d97-f082a3518d8d",
    "recording_id": "979c8976-403f-47f9-b353-bb0fe7354266",
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Souljacker",
    "release_id": "5e3ab145-6078-49f8-b999-54b42e7c5729",
    "release_group_id": "759d03ec-7b3f-3762-9d1b-f889b961c3dc",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2002-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA-based band EELS formed in 1991 under the moniker E. The project started as the solo work of Mark Oliver Everett, and Jonathan \"Butch\" Norton soon joined on the drums. After releasing two albums as E, they switched their name to EELS when Tommy Walter joined the group. They've gone on to release fifteen albums as EELS.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}