Information about plays

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

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

{
    "id": 3519679,
    "uri": "https://api.kexp.org/v2/plays/3519679/?format=api",
    "airdate": "2025-06-27T21:58:34-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffc37548-e44c-4838-8103-05baeca75797/38155253214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffc37548-e44c-4838-8103-05baeca75797/38155253214-250.jpg",
    "song": "Kora By Night",
    "track_id": null,
    "recording_id": "fce6b2fc-edf6-460f-9864-64f00cd69269",
    "artist": "Maher Cissoko",
    "artist_ids": [
        "564c121e-d89f-4a92-80ce-94292389bec9"
    ],
    "album": "Kora Fo",
    "release_id": null,
    "release_group_id": "d6f748aa-00e8-4b8c-9006-79305b0d7390",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The beauty of the Kora fully on display here! Love Yall! Peace!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}