Information about plays

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

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

{
    "id": 3604797,
    "uri": "https://api.kexp.org/v2/plays/3604797/?format=api",
    "airdate": "2026-01-15T20:01:23-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Entertainment",
    "track_id": null,
    "recording_id": "ff7881ea-b803-44d2-8d45-670f353deb21",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "City Slicker",
    "release_id": null,
    "release_group_id": "2265d68e-a660-4823-a5fd-2e0a6a58e213",
    "labels": [
        "Acrophase Records"
    ],
    "label_ids": [
        "6de4de0e-1511-4a2b-9e54-6610bc581e09"
    ],
    "release_date": "2021-08-20",
    "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"
}