Information about plays

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

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

{
    "id": 3636882,
    "uri": "https://api.kexp.org/v2/plays/3636882/?format=api",
    "airdate": "2026-04-02T13:35:30-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yahlubba(nnu)",
    "track_id": null,
    "recording_id": "35cf0be2-aa84-4c20-ae80-8b9ca773b054",
    "artist": "Mndsgn",
    "artist_ids": [
        "275f0cb3-6390-429d-92aa-3e3d0a12d8d8"
    ],
    "album": "Feels",
    "release_id": null,
    "release_group_id": "e76e6bc7-f536-4bc0-bda6-5e9e4ecae974",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Marvin Gaye's \"Come Live With Me Angel.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}