Information about plays

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

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

{
    "id": 3525922,
    "uri": "https://api.kexp.org/v2/plays/3525922/?format=api",
    "airdate": "2025-07-12T10:49:47-07:00",
    "show": 63993,
    "show_uri": "https://api.kexp.org/v2/shows/63993/?format=api",
    "image_uri": "https://ia800103.us.archive.org/33/items/mbid-8c037ef8-c923-4891-80fb-87e4e9d727cc/mbid-8c037ef8-c923-4891-80fb-87e4e9d727cc-4535995247_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/33/items/mbid-8c037ef8-c923-4891-80fb-87e4e9d727cc/mbid-8c037ef8-c923-4891-80fb-87e4e9d727cc-4535995247_thumb250.jpg",
    "song": "Take It Easy",
    "track_id": "c10adfdc-49a3-33b6-af87-ad0ae752779f",
    "recording_id": "bc12beca-c10a-4d0f-a9fa-1a9e0133e46f",
    "artist": "Hopeton Lewis",
    "artist_ids": [
        "014afff4-dc69-4542-afbf-4c0109142652"
    ],
    "album": "300% Dynamite! Ska, Soul, Rocksteady, Funk & Dub in Jamaica",
    "release_id": "8c037ef8-c923-4891-80fb-87e4e9d727cc",
    "release_group_id": "19f30aaa-1396-3856-8f4b-abf500538a6d",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1999-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}