Information about plays

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

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

{
    "id": 3561954,
    "uri": "https://api.kexp.org/v2/plays/3561954/?format=api",
    "airdate": "2025-10-06T07:43:30-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia601208.us.archive.org/20/items/mbid-56fecf75-697b-30a9-99db-979651401e61/mbid-56fecf75-697b-30a9-99db-979651401e61-10868638548_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/20/items/mbid-56fecf75-697b-30a9-99db-979651401e61/mbid-56fecf75-697b-30a9-99db-979651401e61-10868638548_thumb250.jpg",
    "song": "Feeling Good",
    "track_id": "5000f627-2a35-3f64-8f5d-71cc3eef281d",
    "recording_id": "96b8213c-48ab-435a-bd70-7f9d491fd107",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "I Put a Spell on You",
    "release_id": "56fecf75-697b-30a9-99db-979651401e61",
    "release_group_id": "37b80fea-0129-3546-9ffe-00a719ee9e61",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2006-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#606 on your countdown of the greatest albums of all-time. DEAR GOD YOU HAVE AMAZING TASTE! We need YOU, now https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}