Information about plays

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

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

{
    "id": 3544575,
    "uri": "https://api.kexp.org/v2/plays/3544575/?format=api",
    "airdate": "2025-08-25T09:09:38-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia600503.us.archive.org/15/items/mbid-dfa1a4aa-9971-4c58-8c34-7a6c6c9093c4/mbid-dfa1a4aa-9971-4c58-8c34-7a6c6c9093c4-2100044552_thumb500.jpg",
    "thumbnail_uri": "https://ia600503.us.archive.org/15/items/mbid-dfa1a4aa-9971-4c58-8c34-7a6c6c9093c4/mbid-dfa1a4aa-9971-4c58-8c34-7a6c6c9093c4-2100044552_thumb250.jpg",
    "song": "Forgive Me",
    "track_id": "b62f718f-f37c-37a7-aebf-075d051bdcaf",
    "recording_id": "cabfa2bb-73a5-4d7a-8467-cbe599bf86f7",
    "artist": "Visqueen",
    "artist_ids": [
        "51c143bf-6d7a-459c-9284-a7b50a5736b1"
    ],
    "album": "Message to Garcia",
    "release_id": "4a1d70f9-977b-41ce-86cd-d46bede775da",
    "release_group_id": "22ced4fc-1011-428b-8daa-548015234c47",
    "labels": [
        "Local 638 Records"
    ],
    "label_ids": [
        "6264a9dc-0e76-4270-8fc8-18d1e45cc02a"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}