Information about plays

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

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

{
    "id": 3604818,
    "uri": "https://api.kexp.org/v2/plays/3604818/?format=api",
    "airdate": "2026-01-15T21:14:26-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Gets Funkier /// 3-28-17",
    "track_id": null,
    "recording_id": "81f8670d-14c0-418e-adc3-3d0a6f629acc",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "Toaster_Music",
    "release_id": null,
    "release_group_id": "ed201fc7-8004-4161-acf7-04a4005443b3",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ginger Root is an American indie soul music project from Huntington Beach, California, led by singer-songwriter and instrumentalist Cameron Lew.\n--\nhttps://gingerroot.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}