Information about plays

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

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

{
    "id": 3548536,
    "uri": "https://api.kexp.org/v2/plays/3548536/?format=api",
    "airdate": "2025-09-03T18:25:00-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-0c2b6134-3f1b-4567-8ba4-4828065917c6/mbid-0c2b6134-3f1b-4567-8ba4-4828065917c6-6212361026_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-0c2b6134-3f1b-4567-8ba4-4828065917c6/mbid-0c2b6134-3f1b-4567-8ba4-4828065917c6-6212361026_thumb250.jpg",
    "song": "Clint Eastwood",
    "track_id": "9353a8cb-7ce5-3cd3-8aca-42e8623cf688",
    "recording_id": "77032ab7-10b3-4275-af00-9568ba3f47e3",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Gorillaz",
    "release_id": "0c2b6134-3f1b-4567-8ba4-4828065917c6",
    "release_group_id": "b0405d2a-5720-340a-bb56-4e135d031cc2",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Robin in Seattle for this road trip recommendation!\n\n\"Road trip songs : 2 come to mind - anything from the 1st Gorillaz album, and Lodestar by Sarah Harmer. \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}