Information about plays

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

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

{
    "id": 3594928,
    "uri": "https://api.kexp.org/v2/plays/3594928/?format=api",
    "airdate": "2025-12-23T14:32:46-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ba5ab28-11fa-4e0b-b444-7ac23c20f148/3352621585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ba5ab28-11fa-4e0b-b444-7ac23c20f148/3352621585-250.jpg",
    "song": "We Wish You a Merry Christmas",
    "track_id": null,
    "recording_id": "77ee7b07-1e96-41f7-aeba-c3eb94df2000",
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Christmas With Weezer",
    "release_id": null,
    "release_group_id": "a275aeb6-65fa-33c5-9349-f09318c54b99",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "2008-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Mike in Downtown Seattle. Get some!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}