Information about plays

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

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

{
    "id": 3601353,
    "uri": "https://api.kexp.org/v2/plays/3601353/?format=api",
    "airdate": "2026-01-07T09:16:04-08:00",
    "show": 65586,
    "show_uri": "https://api.kexp.org/v2/shows/65586/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock 'n' Roll",
    "track_id": "e761bd5f-0983-3807-9498-e65087e19656",
    "recording_id": "6b96ad4f-b330-428a-ae68-dc6de7ed0943",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Jane's Addiction",
    "release_id": "3e2010e2-0f84-4028-a215-18c93e2c9de8",
    "release_group_id": "01e26d01-dff7-371b-95db-bd198722de87",
    "labels": [
        "Triple X Records"
    ],
    "label_ids": [
        "4e33b5f0-f45f-4b24-9f20-fc75b6b7b07b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Jane's Addiction cover of the classic Velvet Underground 1970 song.\nTheir self-titled album included two covers: \"Rock & Roll\" by The Velvet Underground, and \"Sympathy for the Devil\" by The Rolling Stones, the latter retitled \"Sympathy\". \n- http://www.janesaddiction.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}