Information about plays

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

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

{
    "id": 3553001,
    "uri": "https://api.kexp.org/v2/plays/3553001/?format=api",
    "airdate": "2025-09-14T15:34:35-07:00",
    "show": 64562,
    "show_uri": "https://api.kexp.org/v2/shows/64562/?format=api",
    "image_uri": "https://ia800908.us.archive.org/2/items/mbid-8ef31eb2-976d-478c-8857-d6970fbdbd79/mbid-8ef31eb2-976d-478c-8857-d6970fbdbd79-42879793747_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-8ef31eb2-976d-478c-8857-d6970fbdbd79/mbid-8ef31eb2-976d-478c-8857-d6970fbdbd79-42879793747_thumb250.jpg",
    "song": "I Guess",
    "track_id": "dc11a12e-8a8b-4f08-b360-b50718ec37c2",
    "recording_id": "48e6d87f-7c80-4477-8f63-ac22321bc0da",
    "artist": "T. Hardy Morris",
    "artist_ids": [
        "f821d377-cf55-41e6-aa15-8ff105d9d3eb"
    ],
    "album": "Artificial Tears",
    "release_id": "8ef31eb2-976d-478c-8857-d6970fbdbd79",
    "release_group_id": "273cd87f-9f82-4cd8-afde-4f1025d21733",
    "labels": [
        "Normaltown Records"
    ],
    "label_ids": [
        "f4206f48-8097-44ff-a176-28ada65c7f21"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}