Information about plays

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

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

{
    "id": 3543721,
    "uri": "https://api.kexp.org/v2/plays/3543721/?format=api",
    "airdate": "2025-08-23T12:02:43-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia600506.us.archive.org/32/items/mbid-4a1261dd-5472-3bf5-af3d-67d47b176c3f/mbid-4a1261dd-5472-3bf5-af3d-67d47b176c3f-4176461273_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/32/items/mbid-4a1261dd-5472-3bf5-af3d-67d47b176c3f/mbid-4a1261dd-5472-3bf5-af3d-67d47b176c3f-4176461273_thumb250.jpg",
    "song": "Sunday Shining",
    "track_id": "e7d6cf85-32a7-3108-bd8f-64cc5e0c9f73",
    "recording_id": "e23ebb55-2c21-4c63-93fe-2e971afc4430",
    "artist": "Finley Quaye",
    "artist_ids": [
        "e6fbff56-aee6-4f80-8f6f-d8c345694074"
    ],
    "album": "Maverick a Strike",
    "release_id": "4a1261dd-5472-3bf5-af3d-67d47b176c3f",
    "release_group_id": "3944908c-c3a3-30a3-9ec8-35262721184c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Finley Quaye is the son of vaudeville pianist Cab Kaye and the half-brother of the English guitarist Caleb Quaye.\n---\n\"Sunday Shining\" by Finley Quaye sampled Bob Marley and The Wailers's \"Sun Is Shining\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}