Information about plays

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

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

{
    "id": 3602449,
    "uri": "https://api.kexp.org/v2/plays/3602449/?format=api",
    "airdate": "2026-01-10T00:02:31-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2149f5d-0b9a-4a25-b397-bfbb758001d5/41504092707-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2149f5d-0b9a-4a25-b397-bfbb758001d5/41504092707-250.jpg",
    "song": "Putcha Weight On It",
    "track_id": null,
    "recording_id": "b9a1d17b-91f0-4e52-989e-099e7ea30005",
    "artist": "Von Pea & The Other Guys feat. Donwill",
    "artist_ids": [
        "49d45d52-230e-4ca5-ab7b-0371eeb5b0b2",
        "2237f88c-b5f4-464c-b7cf-9930cbbd244d",
        "b4fd741c-db08-4d30-8dad-dee68d03ba5b"
    ],
    "album": "Putcha Weight On It",
    "release_id": null,
    "release_group_id": "3e2cd1d3-2cf1-4bd1-be4f-b8cff35c0401",
    "labels": [
        "HiPNOTT Records"
    ],
    "label_ids": [
        "183b6835-64aa-4437-8de6-3711047ffe66"
    ],
    "release_date": "2023-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}