Information about plays

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

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

{
    "id": 3548608,
    "uri": "https://api.kexp.org/v2/plays/3548608/?format=api",
    "airdate": "2025-09-03T23:14:57-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://ia802901.us.archive.org/23/items/mbid-99e55d7a-2866-4b5b-b182-2b67d78bc869/mbid-99e55d7a-2866-4b5b-b182-2b67d78bc869-3428318655_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/23/items/mbid-99e55d7a-2866-4b5b-b182-2b67d78bc869/mbid-99e55d7a-2866-4b5b-b182-2b67d78bc869-3428318655_thumb250.jpg",
    "song": "in another way",
    "track_id": "7713bdce-b189-3262-a4b1-304527fdb74a",
    "recording_id": "7b1fa9b1-f530-492c-9181-d5fbb7090105",
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "m b v",
    "release_id": "99e55d7a-2866-4b5b-b182-2b67d78bc869",
    "release_group_id": "46211613-b2c8-4a00-a5ac-c6a8c8226119",
    "labels": [
        "mbv records"
    ],
    "label_ids": [
        "f446b0c9-f1d4-434f-a75e-2817c78f75c9"
    ],
    "release_date": "2013-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing gigs in the UK this November and Japan in February 2026!\n\nhttps://mybloodyvalentine.org/dates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}