Information about plays

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

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

{
    "id": 3547947,
    "uri": "https://api.kexp.org/v2/plays/3547947/?format=api",
    "airdate": "2025-09-02T10:20:48-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia800202.us.archive.org/7/items/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d-23564237005_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/7/items/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d-23564237005_thumb250.jpg",
    "song": "Alright",
    "track_id": "e56394c8-4d96-3654-9fbd-fffd754b3dc4",
    "recording_id": "f8135230-c623-45e4-8cca-36d400dd35f4",
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "I Should Coco",
    "release_id": "bb233893-3593-4d54-b1ac-4317dc9ebe5d",
    "release_group_id": "6e796029-272d-3fe2-8ad0-d8a10ef80a66",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1995-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supergrass is playing The Warfield in SF this Saturday, September 6th.\n--\nGet ready by watching them perform \"Alright\" live in Glastonbury earlier this year: https://www.youtube.com/watch?v=__vxlXe3dOQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}