Information about plays

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

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

{
    "id": 3546149,
    "uri": "https://api.kexp.org/v2/plays/3546149/?format=api",
    "airdate": "2025-08-29T04:27:04-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia600908.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": "Juvenile Years",
    "track_id": "de5f37d7-2615-483d-82ec-17c07691af9c",
    "recording_id": "6793d2b3-cce0-4347-86e0-660c8f01c7cd",
    "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"
}