Information about plays

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

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

{
    "id": 3583737,
    "uri": "https://api.kexp.org/v2/plays/3583737/?format=api",
    "airdate": "2025-11-27T17:18:52-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Got Paid",
    "track_id": null,
    "recording_id": "6853db77-cf5a-474c-80bb-4c23bf48919e",
    "artist": "Johnny Kemp",
    "artist_ids": [
        "9537be8b-b07d-4c8e-a2b0-8fe63f4cf525"
    ],
    "album": "Just Got Paid",
    "release_id": null,
    "release_group_id": "bbf14c2d-e53e-3540-94d3-cc11a793442f",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": ". Nsync covers this track on No Strings Attached and that's how I found Johnny Kemp's epic tracks. \"An early new jack swing classic, the funky \"Just Got Paid\" went gold, holding the number one R&B spot for two weeks and making it to number ten pop in spring 1988.\" https://www.allmusic.com/song/just-got-paid-mt0003272644",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}