Information about plays

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

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

{
    "id": 3521856,
    "uri": "https://api.kexp.org/v2/plays/3521856/?format=api",
    "airdate": "2025-07-02T22:57:40-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia601609.us.archive.org/30/items/mbid-71b19909-8463-422b-abad-5718d37888b9/mbid-71b19909-8463-422b-abad-5718d37888b9-38518374763_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/30/items/mbid-71b19909-8463-422b-abad-5718d37888b9/mbid-71b19909-8463-422b-abad-5718d37888b9-38518374763_thumb250.jpg",
    "song": "Another Sunny Day",
    "track_id": "a5ea551a-21f8-3709-9272-2e11ce84549d",
    "recording_id": "db045ea9-8fc8-409f-8136-d1d784d22767",
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "The Life Pursuit",
    "release_id": "71b19909-8463-422b-abad-5718d37888b9",
    "release_group_id": "ba08bd68-04f4-3409-87d9-c2d0f80a4423",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2006-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}