Information about plays

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

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

{
    "id": 3550493,
    "uri": "https://api.kexp.org/v2/plays/3550493/?format=api",
    "airdate": "2025-09-08T15:18:11-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia600508.us.archive.org/24/items/mbid-499c4655-c63b-438b-ac74-182fc4c902f3/mbid-499c4655-c63b-438b-ac74-182fc4c902f3-36544318515_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/24/items/mbid-499c4655-c63b-438b-ac74-182fc4c902f3/mbid-499c4655-c63b-438b-ac74-182fc4c902f3-36544318515_thumb250.jpg",
    "song": "Stage of Love",
    "track_id": "2674d9de-44af-47c2-a4b7-71c9417a3b79",
    "recording_id": "646fe090-f320-40d1-80a4-04c28156d5b8",
    "artist": "Mary Jane Dunphe",
    "artist_ids": [
        "fb50ee87-d427-4154-a10d-4be1ba8af7bd"
    ],
    "album": "Stage of Love",
    "release_id": "499c4655-c63b-438b-ac74-182fc4c902f3",
    "release_group_id": "5cdc3b53-42a3-4ef9-a7f4-ac812d9777d1",
    "labels": [
        "Pop Wig Records"
    ],
    "label_ids": [
        "80eb5c6f-764c-4f01-9faf-9196d5700dae"
    ],
    "release_date": "2023-08-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Carly, who is harvesting veggies!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}