Information about plays

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

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

{
    "id": 3520273,
    "uri": "https://api.kexp.org/v2/plays/3520273/?format=api",
    "airdate": "2025-06-29T05:19:55-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia800107.us.archive.org/29/items/mbid-5560319b-c70f-4bed-a88e-3b0687376bf6/mbid-5560319b-c70f-4bed-a88e-3b0687376bf6-41111808265_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/29/items/mbid-5560319b-c70f-4bed-a88e-3b0687376bf6/mbid-5560319b-c70f-4bed-a88e-3b0687376bf6-41111808265_thumb250.jpg",
    "song": "I can do what I want",
    "track_id": "1796d67e-3255-482f-ba8e-454825ba7e5f",
    "recording_id": "25bd8377-1822-4d74-8331-cbeb52c9ed28",
    "artist": "Mei Semones",
    "artist_ids": [
        "68aaf52d-c2bf-4a2f-9779-8afa07664153"
    ],
    "album": "Animaru",
    "release_id": "5560319b-c70f-4bed-a88e-3b0687376bf6",
    "release_group_id": "509b8c19-6f8d-46dd-aa51-2087ea8552df",
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}