Information about plays

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

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

{
    "id": 3561959,
    "uri": "https://api.kexp.org/v2/plays/3561959/?format=api",
    "airdate": "2025-10-06T08:10:28-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia902902.us.archive.org/4/items/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae-18782213344_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/4/items/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae-18782213344_thumb250.jpg",
    "song": "Son of Sam",
    "track_id": "d0a06907-52d5-3919-adfa-17447e59b7f6",
    "recording_id": "256b8dd2-51b9-47c6-a3d7-9fdb9cbb573b",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Figure 8",
    "release_id": "05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae",
    "release_group_id": "2fd75c21-7a92-3bcc-b045-d5bab5c36d11",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#602 on YOUR countdown of the greatest albums of all-time. Dear GOD, if this is in the six hundreds, just IMAGINE what else you chose!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}