Information about plays

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

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

{
    "id": 3592730,
    "uri": "https://api.kexp.org/v2/plays/3592730/?format=api",
    "airdate": "2025-12-18T15:57:30-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e517042-0af2-45b0-bdbb-aae20ae1bec8/15170398619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e517042-0af2-45b0-bdbb-aae20ae1bec8/15170398619-250.jpg",
    "song": "I Want to Take You Higher",
    "track_id": null,
    "recording_id": "7d229057-bd79-4eda-81c5-6eec14b7bbc3",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Stand!",
    "release_id": null,
    "release_group_id": "86871123-60e4-30a5-aae3-36e810e0964b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Boom-laka-laka-laka...\"\n---\nHere's video of the 1969 Woodstock performance of \"Higher\": https://www.dailymotion.com/video/x1m5ws",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}