Information about plays

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

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

{
    "id": 3580508,
    "uri": "https://api.kexp.org/v2/plays/3580508/?format=api",
    "airdate": "2025-11-20T04:26:14-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba41a7ba-1033-4e5f-bdf8-1a55551d0802/1491885865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba41a7ba-1033-4e5f-bdf8-1a55551d0802/1491885865-250.jpg",
    "song": "I Luv U",
    "track_id": null,
    "recording_id": "80473480-72ec-4148-8c5d-9b06c5e708c8",
    "artist": "Dizzee Rascal",
    "artist_ids": [
        "1a99cc88-aea3-4fe3-96b9-20791667f65f"
    ],
    "album": "Boy in da Corner",
    "release_id": null,
    "release_group_id": "01ac6115-0ea4-346d-b022-5bcde31c6264",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}