Information about plays

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

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

{
    "id": 3587984,
    "uri": "https://api.kexp.org/v2/plays/3587984/?format=api",
    "airdate": "2025-12-07T09:24:59-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like What You’re Doing (To Me)",
    "track_id": "b15194d1-acbc-4327-9111-8aaf7a36d17d",
    "recording_id": "58a7174a-e0a4-4dcc-b1ad-c214dbe442fa",
    "artist": "Carla Thomas",
    "artist_ids": [
        "66e2a444-5303-4cdf-b20f-d377ecf465ed"
    ],
    "album": "Chronicle: Their Greatest Stax Hits",
    "release_id": "6d14db95-9910-4878-8dd3-d73285c14a4d",
    "release_group_id": "156f35fc-ef13-3014-9300-803667e95b7d",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist \n\nHalf recorded in Memphis with the Stax house band Booker T and the M.G.'s and half recorded in New York, the album was overdubbed in Detroit where the album's producer Don Davis was based as a Motown alum.\nhttps://www.funkmysoul.gr/carla-thomas-1969-memphis-queen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}