Information about plays

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

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

{
    "id": 3597571,
    "uri": "https://api.kexp.org/v2/plays/3597571/?format=api",
    "airdate": "2025-12-29T10:12:11-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heat Wave",
    "track_id": null,
    "recording_id": "082b6b68-9ec2-4de9-ac75-6e43fabbe4ee",
    "artist": "Martha & the Vandellas",
    "artist_ids": [
        "9d1bc10a-24fe-4b41-8338-ea92d8101a09"
    ],
    "album": "Queens of Soul",
    "release_id": null,
    "release_group_id": "6a8ab621-0e3c-46bd-bc1f-71f87e009f50",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}