Information about plays

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

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

{
    "id": 3520222,
    "uri": "https://api.kexp.org/v2/plays/3520222/?format=api",
    "airdate": "2025-06-29T02:26:08-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia601308.us.archive.org/11/items/mbid-0a1cfc2c-7a1d-4641-82a1-231b77259ce3/mbid-0a1cfc2c-7a1d-4641-82a1-231b77259ce3-41664419949_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/11/items/mbid-0a1cfc2c-7a1d-4641-82a1-231b77259ce3/mbid-0a1cfc2c-7a1d-4641-82a1-231b77259ce3-41664419949_thumb250.jpg",
    "song": "Waste Me",
    "track_id": "1e101430-4d1c-4cc1-9773-f07bbe5d9404",
    "recording_id": "928cbea2-35ae-40ef-8c48-b8d77dd0a8af",
    "artist": "smut",
    "artist_ids": [
        "884e4620-077c-4e4f-be21-15fb5bf24469"
    ],
    "album": "Tomorrow Comes Crashing",
    "release_id": "0a1cfc2c-7a1d-4641-82a1-231b77259ce3",
    "release_group_id": "6a32653d-c34b-45ef-9ee6-65719c27482f",
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}