Information about plays

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

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

{
    "id": 3559673,
    "uri": "https://api.kexp.org/v2/plays/3559673/?format=api",
    "airdate": "2025-09-30T14:43:21-07:00",
    "show": 64710,
    "show_uri": "https://api.kexp.org/v2/shows/64710/?format=api",
    "image_uri": "https://ia803204.us.archive.org/1/items/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea-4402643213_thumb500.jpg",
    "thumbnail_uri": "https://ia903204.us.archive.org/1/items/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea-4402643213_thumb250.jpg",
    "song": "All Night Long",
    "track_id": "4f747324-fd27-3328-a04e-5fae075fa976",
    "recording_id": "f7f77fb5-8069-42a2-9d4e-4e19f5887b44",
    "artist": "Common feat. Erykah Badu",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "One Day It’ll All Make Sense",
    "release_id": "8b9cec60-1eea-4e08-a56e-c2865a2344ea",
    "release_group_id": "4979c8b8-ca57-3b8a-9161-be546e0e67fb",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1997-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out William!\n---\nI was born underwater with three dollars and a cocktail\nTryna make the Garden of Eden, out of Auckdale and Rockwell\n---\nhttps://genius.com/Common-all-night-long-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}