Information about plays

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

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

{
    "id": 3557480,
    "uri": "https://api.kexp.org/v2/plays/3557480/?format=api",
    "airdate": "2025-09-25T06:59:22-07:00",
    "show": 64655,
    "show_uri": "https://api.kexp.org/v2/shows/64655/?format=api",
    "image_uri": "https://dn710102.ca.archive.org/0/items/mbid-df5d2304-c23a-4908-a5f8-9c4966908c3e/mbid-df5d2304-c23a-4908-a5f8-9c4966908c3e-42652725549_thumb500.jpg",
    "thumbnail_uri": "https://dn710102.ca.archive.org/0/items/mbid-df5d2304-c23a-4908-a5f8-9c4966908c3e/mbid-df5d2304-c23a-4908-a5f8-9c4966908c3e-42652725549_thumb250.jpg",
    "song": "Ichiro’s Theme",
    "track_id": "474b46d4-0f96-4785-b0b4-7dc80a21f4d4",
    "recording_id": "93e29566-aaaa-466f-ac4a-c88b666b77fd",
    "artist": "Benjamin Gibbard",
    "artist_ids": [
        "02031e5c-f9ab-4b4e-bc08-a61ea11a455d"
    ],
    "album": "Ichiro's Theme",
    "release_id": "df5d2304-c23a-4908-a5f8-9c4966908c3e",
    "release_group_id": "53bb7024-49dd-48d6-9ffe-f9960ebcc701",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2012-08-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Congrats to the Seattle Mariners!\n\nAnd congratulations to Ichiro Suzuki for being inducted into the Baseball Hall of Fame! \nhttps://harrell.seattle.gov/2025/08/09/mayor-harrell-proclaims-august-9-as-ichiro-day",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}