Information about plays

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

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

{
    "id": 3520519,
    "uri": "https://api.kexp.org/v2/plays/3520519/?format=api",
    "airdate": "2025-06-29T20:28:11-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://ia600403.us.archive.org/5/items/mbid-91173e03-e485-4032-8d4a-81467b9f72ec/mbid-91173e03-e485-4032-8d4a-81467b9f72ec-17429890033_thumb500.jpg",
    "thumbnail_uri": "https://ia800403.us.archive.org/5/items/mbid-91173e03-e485-4032-8d4a-81467b9f72ec/mbid-91173e03-e485-4032-8d4a-81467b9f72ec-17429890033_thumb250.jpg",
    "song": "Brothers On The Side",
    "track_id": "236ae37b-77b4-4b7e-81b0-354ec3ee44b4",
    "recording_id": "c33ec275-9a62-4ea7-8af8-0661a2a358a2",
    "artist": "Cymande",
    "artist_ids": [
        "21c5fb53-6fbc-4080-989a-b26d4540f4fd"
    ],
    "album": "Promised Heights",
    "release_id": "91173e03-e485-4032-8d4a-81467b9f72ec",
    "release_group_id": "15a85b25-cca2-3ba7-b351-ccc56fb42615",
    "labels": [
        "Newhouse Records"
    ],
    "label_ids": [
        "444aa218-d6c6-48e4-85ab-6b6d3f5b9d1d"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1974 album from Cymande - a British funk group that was originally active in the early 1970s. The band name derives from a calypso word for \"dove\".   With a membership deriving from several Caribbean nations, Cymande were noted for an eclectic mix of funk, soul, reggae, rock, African music, calypso, and jazz that they called \"nyah-rock\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}