Information about plays

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

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

{
    "id": 3555778,
    "uri": "https://api.kexp.org/v2/plays/3555778/?format=api",
    "airdate": "2025-09-21T05:24:49-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://ia801600.us.archive.org/34/items/mbid-68f3add4-869d-3ccc-8f75-65db00c1d341/mbid-68f3add4-869d-3ccc-8f75-65db00c1d341-9244341265_thumb500.jpg",
    "thumbnail_uri": "https://ia801600.us.archive.org/34/items/mbid-68f3add4-869d-3ccc-8f75-65db00c1d341/mbid-68f3add4-869d-3ccc-8f75-65db00c1d341-9244341265_thumb250.jpg",
    "song": "The Piano Has Been Drinking (Not Me) (An Evening With Pete King)",
    "track_id": "a4b65d26-b2ef-3fec-8345-08b6a5377ed5",
    "recording_id": "c6c1f8b8-e7bd-4317-ba9a-89bbd53fca38",
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Small Change",
    "release_id": "68f3add4-869d-3ccc-8f75-65db00c1d341",
    "release_group_id": "74d9eef1-bbc6-3029-8289-a53ef41698f6",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1989-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1976!\n\nGo home piano, ur drunk. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}