Information about plays

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

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

{
    "id": 3583488,
    "uri": "https://api.kexp.org/v2/plays/3583488/?format=api",
    "airdate": "2025-11-27T02:52:38-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/1330cabd-369b-4aa1-a0f2-15e6f4bd46a5/37859484325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1330cabd-369b-4aa1-a0f2-15e6f4bd46a5/37859484325-250.jpg",
    "song": "It’s a Luv Thing",
    "track_id": null,
    "recording_id": "cd137399-066d-4467-8c25-4cf397c4d2e9",
    "artist": "Cakes da Killa ft. Wuhryn Dumas",
    "artist_ids": [
        "5b9f4aeb-48eb-45b4-b231-c5e2a5bd77d5",
        "e7796d55-ba76-4a4f-a908-d1f844c93384"
    ],
    "album": "Black Sheep",
    "release_id": null,
    "release_group_id": "abf6e29e-8900-4c40-967f-c3550b94f5a2",
    "labels": [
        "Young Art Records"
    ],
    "label_ids": [
        "fae06445-389a-4993-84ab-c538b695f60d"
    ],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rashard Bradshaw, better known as Cakes da Killa, is an American rap artist who fuses genres of hip hop, house, and electronic dance music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}