Information about plays

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

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

{
    "id": 3619552,
    "uri": "https://api.kexp.org/v2/plays/3619552/?format=api",
    "airdate": "2026-02-19T14:53:48-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intermission Music",
    "track_id": null,
    "recording_id": "853e706c-1b0b-4244-8363-75d22a7bc812",
    "artist": "Gary Burton",
    "artist_ids": [
        "7b5b8b1b-414b-44e8-862f-b1f20fcef5dc"
    ],
    "album": "Artist’s Choice",
    "release_id": null,
    "release_group_id": "b4a4939c-5b4e-3c56-be47-3993e53abb39",
    "labels": [
        "Bluebird"
    ],
    "label_ids": [
        "5f45ab05-4f5a-45a5-bbfa-3f74a924a0ef"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Both of these Gary Burton songs were sampled for Count Bass D's \"August 25, 2001.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}