Information about plays

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

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

{
    "id": 3599418,
    "uri": "https://api.kexp.org/v2/plays/3599418/?format=api",
    "airdate": "2026-01-02T21:41:10-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "https://coverartarchive.org/release/cdd7b5bf-7462-49c2-b0f3-1f6bd231543c/13249454841-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cdd7b5bf-7462-49c2-b0f3-1f6bd231543c/13249454841-250.jpg",
    "song": "Africa",
    "track_id": null,
    "recording_id": "400fdb58-eb34-48d6-a8a4-2f97789d3923",
    "artist": "Yemi Alade feat. Sauti Sol",
    "artist_ids": [
        "14ed2fab-d941-4b56-a06f-fa1cc93c23d6",
        "a8457fc0-32f9-4b1a-b908-7e9c0bcc80b9"
    ],
    "album": "Mama Africa",
    "release_id": null,
    "release_group_id": "1fd6c9bb-db30-46c4-8492-6eceaed01baf",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yemi put a real mark on the world map esp for females in the Nigerian/African music scene!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}