Information about plays

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

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

{
    "id": 3588314,
    "uri": "https://api.kexp.org/v2/plays/3588314/?format=api",
    "airdate": "2025-12-08T01:27:40-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "https://ia800506.us.archive.org/30/items/mbid-0edab671-fa6b-461c-b13d-4493cf3879f2/mbid-0edab671-fa6b-461c-b13d-4493cf3879f2-14076491936_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/30/items/mbid-0edab671-fa6b-461c-b13d-4493cf3879f2/mbid-0edab671-fa6b-461c-b13d-4493cf3879f2-14076491936_thumb250.jpg",
    "song": "Lost Love",
    "track_id": "0f6f34ee-19d7-36a5-84e6-42088b5e3bad",
    "recording_id": "9d10e7de-9236-43d4-b1e4-bb6313493ed0",
    "artist": "Fats Waller",
    "artist_ids": [
        "569fc5bf-bcb6-4bc5-9a00-bd0d258e34f1"
    ],
    "album": "If You Got to Ask, You Ain't Got It!",
    "release_id": "0edab671-fa6b-461c-b13d-4493cf3879f2",
    "release_group_id": "2f846417-a47b-38f3-b1c4-d768a5f6c2ba",
    "labels": [
        "Bluebird"
    ],
    "label_ids": [
        "5f45ab05-4f5a-45a5-bbfa-3f74a924a0ef"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}