Information about plays

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

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

{
    "id": 3596494,
    "uri": "https://api.kexp.org/v2/plays/3596494/?format=api",
    "airdate": "2025-12-26T23:20:37-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Hood",
    "track_id": null,
    "recording_id": "f3501fca-08ba-419f-9f89-5b9c5b8899e2",
    "artist": "50 Cent",
    "artist_ids": [
        "8e68819d-71be-4e7d-b41d-f1df81b01d3f"
    ],
    "album": "The Massacre",
    "release_id": null,
    "release_group_id": "7cf9ea18-827d-362d-858e-26faab3242ee",
    "labels": [
        "G Unit"
    ],
    "label_ids": [
        "68555739-688a-4f33-977c-bda19621f1e9"
    ],
    "release_date": "2005-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}