Information about plays

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

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

{
    "id": 3562495,
    "uri": "https://api.kexp.org/v2/plays/3562495/?format=api",
    "airdate": "2025-10-07T23:56:39-07:00",
    "show": 64775,
    "show_uri": "https://api.kexp.org/v2/shows/64775/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-48e9813f-650a-4d6f-a36f-c301b10b454e/mbid-48e9813f-650a-4d6f-a36f-c301b10b454e-29634619053_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-48e9813f-650a-4d6f-a36f-c301b10b454e/mbid-48e9813f-650a-4d6f-a36f-c301b10b454e-29634619053_thumb250.jpg",
    "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": false,
    "is_live": false,
    "comment": "Happy birthday to Lauren Mayberry!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}