Information about plays

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

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

{
    "id": 3560344,
    "uri": "https://api.kexp.org/v2/plays/3560344/?format=api",
    "airdate": "2025-10-02T05:07:07-07:00",
    "show": 64723,
    "show_uri": "https://api.kexp.org/v2/shows/64723/?format=api",
    "image_uri": "https://ia801308.us.archive.org/18/items/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1-6800712829_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/18/items/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1-6800712829_thumb250.jpg",
    "song": "Devil in My Car",
    "track_id": "1b279eb6-db0a-4389-98cf-5a5743d6f25a",
    "recording_id": "7aebdea7-c43d-443b-8f64-3fb877595f15",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Wild Planet",
    "release_id": "2d8863d7-d90d-43b8-866d-6057871218dc",
    "release_group_id": "7c9f7229-7f75-371d-8165-e1d57a81155c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"He's got his cloven hoof on the clutch....\"\n\nThe idea for this song came when one of the band heard a radio preacher say the devil could be anywhere, \"even in your car.\"  They began to wonder what it would really be like to have a devil in your car:\nhttps://www.azlyrics.com/lyrics/b52s/devilinmycar.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}