Information about plays

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

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

{
    "id": 3551471,
    "uri": "https://api.kexp.org/v2/plays/3551471/?format=api",
    "airdate": "2025-09-10T23:59:24-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://ia801608.us.archive.org/10/items/mbid-3b0b688a-2c29-4a78-ac15-279d5fc32143/mbid-3b0b688a-2c29-4a78-ac15-279d5fc32143-35259835742_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/10/items/mbid-3b0b688a-2c29-4a78-ac15-279d5fc32143/mbid-3b0b688a-2c29-4a78-ac15-279d5fc32143-35259835742_thumb250.jpg",
    "song": "Hard To Be A Human",
    "track_id": "e4df95d8-5b3d-467e-a695-0d38428b0693",
    "recording_id": "f564f842-07e6-4819-b4de-24afe4581445",
    "artist": "Bettye LaVette",
    "artist_ids": [
        "af558762-abed-4f46-8324-34fc51f57b2b"
    ],
    "album": "LaVette!",
    "release_id": "3b0b688a-2c29-4a78-ac15-279d5fc32143",
    "release_group_id": "2b54a2e1-1cee-465c-bbf1-1c3b278b8341",
    "labels": [
        "Jay‐Vee Records"
    ],
    "label_ids": [
        "91923ccc-963a-40fb-86c3-86579139b051"
    ],
    "release_date": "2023-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}