Information about plays

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

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

{
    "id": 3579889,
    "uri": "https://api.kexp.org/v2/plays/3579889/?format=api",
    "airdate": "2025-11-18T15:36:46-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "https://ia601800.us.archive.org/33/items/mbid-09943b25-f035-4323-af83-1c3354102482/mbid-09943b25-f035-4323-af83-1c3354102482-22482969655_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/33/items/mbid-09943b25-f035-4323-af83-1c3354102482/mbid-09943b25-f035-4323-af83-1c3354102482-22482969655_thumb250.jpg",
    "song": "8",
    "track_id": "20be7d96-c450-39bf-bada-0f30a9869a4d",
    "recording_id": "4f0ba987-7cc6-4065-9dee-cf1d9423c4b4",
    "artist": "Sunny Day Real Estate",
    "artist_ids": [
        "86b24e8f-a4d9-4c84-83ee-fde0d14ad9fa"
    ],
    "album": "LP2",
    "release_id": "09943b25-f035-4323-af83-1c3354102482",
    "release_group_id": "2f0a2ce2-c85f-3b04-9e04-e47b59cebbc1",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A.k.a The Pink Album, from the Seattle band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}