Information about plays

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

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

{
    "id": 3549201,
    "uri": "https://api.kexp.org/v2/plays/3549201/?format=api",
    "airdate": "2025-09-05T11:19:50-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia802803.us.archive.org/19/items/mbid-c852fead-4d7f-4fc5-819c-eeaea8e07066/mbid-c852fead-4d7f-4fc5-819c-eeaea8e07066-11324373328_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/19/items/mbid-c852fead-4d7f-4fc5-819c-eeaea8e07066/mbid-c852fead-4d7f-4fc5-819c-eeaea8e07066-11324373328_thumb250.jpg",
    "song": "Don't Wanna Be Anywhere",
    "track_id": "3b588f3b-88e1-4d8e-b422-1a5a75e6528a",
    "recording_id": "24d367d6-8b6d-4dd2-841b-f1eb92b8d65d",
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "Weirdo Shrine",
    "release_id": "c84f01e5-5e64-471e-af5b-9c69e8b5609d",
    "release_group_id": "d909d6f4-5c0d-4194-ac86-f7449244c3e1",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss La Luz playing tomorrow, September 6th, in Seattle's Georgetown neighborhood for R-Day! The event is free and 21+ and runs from 4-10pm. \n\nLa Luz most recently played Live on KEXP in 2024: https://www.youtube.com/watch?v=dkbfAKQdWqs&t=12s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}