Information about plays

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

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

{
    "id": 3542118,
    "uri": "https://api.kexp.org/v2/plays/3542118/?format=api",
    "airdate": "2025-08-19T16:05:04-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia803206.us.archive.org/18/items/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a-26672293520_thumb500.jpg",
    "thumbnail_uri": "https://ia903206.us.archive.org/18/items/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a-26672293520_thumb250.jpg",
    "song": "Spin Spin Sugar",
    "track_id": "38d8f526-f301-4712-b8fb-c8c0a547d174",
    "recording_id": "434ade62-72f5-40f1-b573-2de1b85c7063",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": "244b0b83-1d34-4d0a-9b25-245f9303d28a",
    "release_group_id": "62c14bd1-2a53-3a69-9b68-c3df4bc61032",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2019-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1996, Sneaker Pimps released their debut album, Becoming X, in the UK!\n---\nhttps://sneakerpimps.bandcamp.com/album/becoming-x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}