Information about plays

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

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

{
    "id": 3551744,
    "uri": "https://api.kexp.org/v2/plays/3551744/?format=api",
    "airdate": "2025-09-11T15:10:53-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://ia600605.us.archive.org/18/items/mbid-2c10d224-395d-4567-b449-4b4975726fd3/mbid-2c10d224-395d-4567-b449-4b4975726fd3-23352709626_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/18/items/mbid-2c10d224-395d-4567-b449-4b4975726fd3/mbid-2c10d224-395d-4567-b449-4b4975726fd3-23352709626_thumb250.jpg",
    "song": "Day & Night",
    "track_id": "e0e696b6-ecb1-41a4-a437-381606d6719a",
    "recording_id": "5f257371-4b45-40b7-a06e-83ca3840f18e",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Drunk",
    "release_id": "2c10d224-395d-4567-b449-4b4975726fd3",
    "release_group_id": "f0c89a63-6cb0-4b5f-9ced-79396b58a191",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bassist Thundercat (Stephen Bruner) sampled the drums from Mutiny's \"Go Away From Here.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}