Information about plays

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

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

{
    "id": 3540170,
    "uri": "https://api.kexp.org/v2/plays/3540170/?format=api",
    "airdate": "2025-08-14T23:53:11-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/27ff540f-e7a4-4112-8201-9a7d46038fba/36591259973-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27ff540f-e7a4-4112-8201-9a7d46038fba/36591259973-250.jpg",
    "song": "Bassa Bassa",
    "track_id": null,
    "recording_id": "645b08e1-beaa-4c67-9a18-1100c7194392",
    "artist": "Jembaa Groove",
    "artist_ids": [
        "9a6737a8-13f4-4f1d-8ec9-d1f5d597e2f5"
    ],
    "album": "Susuma",
    "release_id": null,
    "release_group_id": "1f1cfd35-4eb7-4008-8a6a-4087ad97c736",
    "labels": [
        "Agogo Records"
    ],
    "label_ids": [
        "b327e574-982a-4000-9beb-51e0ceae5dda"
    ],
    "release_date": "2022-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}