Information about plays

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

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

{
    "id": 3525725,
    "uri": "https://api.kexp.org/v2/plays/3525725/?format=api",
    "airdate": "2025-07-11T22:37:27-07:00",
    "show": 63987,
    "show_uri": "https://api.kexp.org/v2/shows/63987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nann Nigga",
    "track_id": null,
    "recording_id": "f1587a7d-aa7c-4501-a10d-b312ffd957c9",
    "artist": "Trick Daddy feat. Trina",
    "artist_ids": [
        "8efb78e6-9401-4f54-902b-57e9c3b54e64",
        "8a07d810-3d55-4426-a1f6-55f0a68f1dc6"
    ],
    "album": "www.thug.com",
    "release_id": null,
    "release_group_id": "6ca47ad6-762e-3d89-b585-ec2df8fd2ebb",
    "labels": [
        "Slip‐N‐Slide Records"
    ],
    "label_ids": [
        "70ae8c16-5543-4c53-b605-804f873606a5"
    ],
    "release_date": "1998-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The radio version!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}