Information about plays

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

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

{
    "id": 3554904,
    "uri": "https://api.kexp.org/v2/plays/3554904/?format=api",
    "airdate": "2025-09-19T06:57:00-07:00",
    "show": 64600,
    "show_uri": "https://api.kexp.org/v2/shows/64600/?format=api",
    "image_uri": "https://ia600500.us.archive.org/19/items/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b-23061320669_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/19/items/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b-23061320669_thumb250.jpg",
    "song": "Thank You",
    "track_id": "dbc7642f-14a1-49a2-8061-33ec0c80cb32",
    "recording_id": "bd69dfaf-c43e-4a5c-8696-e2a919783782",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Sweet Soul Music: 24 Scorching Classics From 1970",
    "release_id": "ea9f2bfb-3800-4a47-b807-2649bae1155b",
    "release_group_id": "90ed8bf7-ef92-4306-abc8-687ac7e0cca3",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Thank You (Falettinme Be Mice Elf Agin)\" was released in December 1969 as a Double-A single along with \"Everybody is a Star\". The song was number one on the Billboard soul single chart for five weeks and was number one on the Billboard Hot 100 in February 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}