Information about plays

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

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

{
    "id": 3602318,
    "uri": "https://api.kexp.org/v2/plays/3602318/?format=api",
    "airdate": "2026-01-09T17:05:50-08:00",
    "show": 65606,
    "show_uri": "https://api.kexp.org/v2/shows/65606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Not to Drown",
    "track_id": "cb496506-06d7-41d3-ac67-3ec2b5e663b0",
    "recording_id": "84ecb950-6fff-435a-98bc-73cf1cba1ffb",
    "artist": "CHVRCHES with Robert Smith",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8",
        "7d1a1624-784b-4f89-8ff9-b9b493cd059d"
    ],
    "album": "Screen Violence",
    "release_id": "48e9813f-650a-4d6f-a36f-c301b10b454e",
    "release_group_id": "3c6bde65-dacd-4eb7-96e8-2db869b61b99",
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2021-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Ken!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}