Information about plays

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

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

{
    "id": 3559776,
    "uri": "https://api.kexp.org/v2/plays/3559776/?format=api",
    "airdate": "2025-09-30T20:30:45-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "https://coverartarchive.org/release/c164294c-0c98-4369-838a-6b5859587f8f/39810371856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c164294c-0c98-4369-838a-6b5859587f8f/39810371856-250.jpg",
    "song": "Africa",
    "track_id": null,
    "recording_id": "fa85e7e0-aad1-4627-8a30-1f0b006718dd",
    "artist": "Amadou & Mariam feat. K’naan",
    "artist_ids": [
        "1fb60b6c-0f4d-42b4-8a5e-de705ec76660",
        "ee421ee4-f861-405d-8730-29cb512dfdbd"
    ],
    "album": "La vie est belle",
    "release_id": null,
    "release_group_id": "d14579d6-598f-431e-8fc5-ea31f5a313bf",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes off of Welcome to Mali, Amadou & Mariam's 2008 release.  Western rock, disco, rap and electronica influences sit comfortably alongside all sorts of global sounds and – always – Amadou & Mariam stay true to their roots; the starting point for their compositions and performances is, invariably, traditional Malian music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}