Information about plays

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

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

{
    "id": 3587275,
    "uri": "https://api.kexp.org/v2/plays/3587275/?format=api",
    "airdate": "2025-12-05T20:11:54-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nijaay",
    "track_id": null,
    "recording_id": "7f6c2fc3-76ec-419b-8b30-634f4f694211",
    "artist": "Orchestra Baobab",
    "artist_ids": [
        "30331c85-26d4-4daa-9f66-3075cac4c20b"
    ],
    "album": "Senegaal Sunugaal",
    "release_id": null,
    "release_group_id": "2ac7438c-1266-4ab0-b849-618f057e2ecd",
    "labels": [],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orchestra Baobab is a Senegalese band established in 1970 as the house band of the Baobab Club in Dakar. Many of the band's original members had previously played with Star Band de Dakar in the 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}