Information about plays

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

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

{
    "id": 3616057,
    "uri": "https://api.kexp.org/v2/plays/3616057/?format=api",
    "airdate": "2026-02-11T06:25:56-08:00",
    "show": 65902,
    "show_uri": "https://api.kexp.org/v2/shows/65902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Head Over Feet",
    "track_id": "35058a0e-f475-39e8-aa60-78d7f7e70a8d",
    "recording_id": "30624418-169b-4007-9b50-27414a63f5de",
    "artist": "Alanis Morissette",
    "artist_ids": [
        "4bdcee62-4902-4773-8cd1-e252e2e31225"
    ],
    "album": "Jagged Little Pill",
    "release_id": "0c72e8d4-98a6-3a14-a407-8927d142edc2",
    "release_group_id": "ee3d18ed-d6a8-37c7-a964-41bbdb6d59f1",
    "labels": [
        "Maverick",
        "WEA Records",
        "Reprise Records"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688",
        "9cb71385-b33b-465b-bec6-72de85b6a7e1",
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video: https://www.youtube.com/watch?v=4iuO49jbovg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}