Information about plays

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

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

{
    "id": 3423849,
    "uri": "https://api.kexp.org/v2/plays/3423849/?format=api",
    "airdate": "2024-11-10T20:31:14-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Valentinos",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Clean"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobby Womack, who left the Valentinos, helped his brothers out by writing and playing guitar on the track \"Stay Away\" released in 1973.\n\nThe Valentinos was comprised of five brothers Womack: five brothers Bobby, Cecil, Curtis, Friendly and Harry Womack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}