Information about plays

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

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

{
    "id": 3519668,
    "uri": "https://api.kexp.org/v2/plays/3519668/?format=api",
    "airdate": "2025-06-27T21:12:33-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfc2354e-1e3d-471b-a609-00a4cf2b7287/15335412552-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfc2354e-1e3d-471b-a609-00a4cf2b7287/15335412552-250.jpg",
    "song": "Gendamou Na Wili We Gnannin",
    "track_id": null,
    "recording_id": "37bbc763-7b4d-49e2-a4d7-27360f688405",
    "artist": "T.P. Orchestre Poly-Rythmo",
    "artist_ids": [
        "6e2e4f60-1a79-41fc-892e-47d61edf4569"
    ],
    "album": "The Kings Of Benin Urban Groove 1972-80",
    "release_id": null,
    "release_group_id": "17bcc295-f4bc-3087-829c-e9b3f0889c98",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Back 2 Back!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}