Information about plays

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

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

{
    "id": 3519755,
    "uri": "https://api.kexp.org/v2/plays/3519755/?format=api",
    "airdate": "2025-06-28T02:03:44-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girls on Top (Break version)",
    "track_id": null,
    "recording_id": "74b5c611-0107-4a0d-aae5-1b6f61df73a1",
    "artist": "Scratch Massive",
    "artist_ids": [
        "6188b61f-c07c-4764-a9d8-52add8c92636"
    ],
    "album": "Naked",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "My Best Friend"
    ],
    "label_ids": [],
    "release_date": "2006-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/484051-Scratch-Massive-Naked",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}