Information about plays

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

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

{
    "id": 3590342,
    "uri": "https://api.kexp.org/v2/plays/3590342/?format=api",
    "airdate": "2025-12-12T23:18:32-08:00",
    "show": 65361,
    "show_uri": "https://api.kexp.org/v2/shows/65361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "wgft feat. Burna Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "Gunna",
    "artist_ids": [
        "100b8734-f4f0-4536-9960-47f7c59d1b4c"
    ],
    "album": "The Last Wun",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "300 Entertainment"
    ],
    "label_ids": [
        "c6f355ed-2e44-4a91-b07d-bf138ce8a500"
    ],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}