Information about plays

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

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

{
    "id": 3590183,
    "uri": "https://api.kexp.org/v2/plays/3590183/?format=api",
    "airdate": "2025-12-12T14:39:10-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pump Me Up",
    "track_id": null,
    "recording_id": "fd097a41-47d4-4cc2-83ce-612852ddd02d",
    "artist": "Trouble Funk",
    "artist_ids": [
        "138aaf2c-77b6-451e-ade2-ce18894eeaa7"
    ],
    "album": "Drop the Bomb",
    "release_id": null,
    "release_group_id": "1b7162d2-617a-3c5d-92ae-4a91a18739bf",
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "9d96792c-b9c6-4a88-8c35-7f442e359011"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song has been sampled more than 150 times. \n\nThis banger was sampled in Public Enemy's protest anthem \"Fight the Power\" and M/A/R/R/S's dance classic \"Pump Up The Volume.\" \n--\nAlmost 40 years later (in 2018), Trouble Funk performed \"Pump Me Up\" and other songs in an exhilarating NPR Tiny Desk Concert: https://www.youtube.com/watch?v=592crJUBgGc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}