Information about plays

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

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

{
    "id": 3525187,
    "uri": "https://api.kexp.org/v2/plays/3525187/?format=api",
    "airdate": "2025-07-10T14:18:13-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://ia801306.us.archive.org/19/items/mbid-908a0fe8-ec81-4b03-b57d-95165f07f348/mbid-908a0fe8-ec81-4b03-b57d-95165f07f348-17864051842_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/19/items/mbid-908a0fe8-ec81-4b03-b57d-95165f07f348/mbid-908a0fe8-ec81-4b03-b57d-95165f07f348-17864051842_thumb250.jpg",
    "song": "Gangster moderne",
    "track_id": "21c1754c-baa5-3f6e-809e-feddcf912583",
    "recording_id": "70348c22-0f9c-48ba-8a76-bc7a54de8701",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Le Tour de la question",
    "release_id": "908a0fe8-ec81-4b03-b57d-95165f07f348",
    "release_group_id": "701656e8-eb48-3cfc-8673-496c63fb18ff",
    "labels": [
        "Sentinel Ouest"
    ],
    "label_ids": [
        "c32471a6-c7c2-44bf-89a2-b3f38543eb9c"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MC Solaar's 'Gangster Moderne' directly sampled multiple elements of Ennio Morricone's \"Ouverture.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}