Information about plays

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

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

{
    "id": 3598480,
    "uri": "https://api.kexp.org/v2/plays/3598480/?format=api",
    "airdate": "2025-12-31T14:52:21-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Raise Up",
    "track_id": null,
    "recording_id": "675f644a-1403-422a-bf28-adba69efb87b",
    "artist": "Petey Pablo",
    "artist_ids": [
        "f9db232d-6513-43b7-b6cd-1d73bcd65a58"
    ],
    "album": "Diary of a Sinner: 1st Entry",
    "release_id": null,
    "release_group_id": "f6afcf33-62ce-3c60-bc48-8abc8ce51554",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Petey Pablo wrote his hit song \"Raise Up,\" he wanted to give North Carolina the recognition it deserved, but his record label at the time wasn't so sure they heard a hit.\n\n\"My label was like, 'Petey, we can’t put that song out because don’t nobody know what North Carolina is,'\" Pablo told radio station WRAL. \"I’m like, 'This is all I’m giving you right now. Got to work with what you got.'\"\n--\nPablo, whose real name is Moses Barrett III, said the label requested he go back and at least put city or county names in the song. That's how Pasqoutank, Polk, Bladen and Marshall counties ended up in the song. The Triangle, Tarboro, Goldsboro and Statesville also get shoutouts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}