Information about plays

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

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

{
    "id": 3574191,
    "uri": "https://api.kexp.org/v2/plays/3574191/?format=api",
    "airdate": "2025-11-05T05:25:25-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "https://ia600605.us.archive.org/6/items/mbid-0a556e03-5715-3e98-874d-fb09029e2752/mbid-0a556e03-5715-3e98-874d-fb09029e2752-21275083212_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/6/items/mbid-0a556e03-5715-3e98-874d-fb09029e2752/mbid-0a556e03-5715-3e98-874d-fb09029e2752-21275083212_thumb250.jpg",
    "song": "(Song for My) Sugar Spun Sister",
    "track_id": "efdad7c9-29fd-325d-9571-c986b8bc2b43",
    "recording_id": "bb03876b-5911-4c98-99c2-1c807a3a2f7f",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": "0a556e03-5715-3e98-874d-fb09029e2752",
    "release_group_id": "88b86fe0-26f5-3949-817a-8082145e704d",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1989-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Stone Roses' debut album. And here's 10 things I bet you didn't know about the debut album https://www.radiox.co.uk/artists/stone-roses/stone-roses-debut-album-facts/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}