Information about plays

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

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

{
    "id": 3546196,
    "uri": "https://api.kexp.org/v2/plays/3546196/?format=api",
    "airdate": "2025-08-29T06:40:05-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://ia600201.us.archive.org/22/items/mbid-70266b79-66da-4a8d-9949-7332b8b755ba/mbid-70266b79-66da-4a8d-9949-7332b8b755ba-38062324215_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/22/items/mbid-70266b79-66da-4a8d-9949-7332b8b755ba/mbid-70266b79-66da-4a8d-9949-7332b8b755ba-38062324215_thumb250.jpg",
    "song": "It’s Tricky",
    "track_id": "a06c199a-e8d7-4b2c-ab09-dece18439550",
    "recording_id": "88e75072-3906-463d-bbd4-8d4db5cf55cc",
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Raising Hell",
    "release_id": "6ff6d523-5296-3a64-b736-6006dedbb744",
    "release_group_id": "a209c0a5-e9b2-37ff-a76d-df5bc405a0e8",
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's Tricky\" by Run-D.M.C. was released as a single in early 1987, taken from their classic album Raising Hell (1986). The song is known for its iconic fusion of hip-hop and rock, sampling The Knack's \"My Sharona,\" and it became one of the group's most popular tracks, charting at No. 57 on the US Billboard Hot 100 and No. 16 on the UK Singles Chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}