Information about plays

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

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

{
    "id": 3520438,
    "uri": "https://api.kexp.org/v2/plays/3520438/?format=api",
    "airdate": "2025-06-29T15:13:02-07:00",
    "show": 63874,
    "show_uri": "https://api.kexp.org/v2/shows/63874/?format=api",
    "image_uri": "https://coverartarchive.org/release/974a83ce-95a7-4c33-bbe8-9c14745ce5a8/26065727485-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/974a83ce-95a7-4c33-bbe8-9c14745ce5a8/26065727485-250.jpg",
    "song": "So What",
    "track_id": null,
    "recording_id": "f91ec098-f689-4beb-a221-e2da4ce17785",
    "artist": "Field Mob feat. Ciara",
    "artist_ids": [
        "70634dab-0220-4fce-b4b0-5ea37e7f0e12",
        "03172286-f7ed-4864-a4db-459cd5ca9790"
    ],
    "album": "Light Poles and Pine Trees",
    "release_id": null,
    "release_group_id": "125e4621-e814-3d52-9228-81fc1dc730bb",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The duo, Field Mob, hails from Albany, Georgia. Their name references the \"Field\" neighborhood where they grew up, as well as a slang term for the southern United States.\n\nThe music video features a storyline where Smoke and Shawn Jay's girlfriends confront them about rumors they've heard, only to reconcile with the help of Ciara.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}