Information about plays

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

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

{
    "id": 3428320,
    "uri": "https://api.kexp.org/v2/plays/3428320/?format=api",
    "airdate": "2024-11-21T16:06:19-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uphill Peace of Mind",
    "track_id": null,
    "recording_id": "19a25912-a2c3-4245-874f-7f5b637813b6",
    "artist": "Kid Dynamite",
    "artist_ids": [
        "6e8e3374-dc17-4845-b47e-5bd60fe57c16"
    ],
    "album": "Kid Dynamite",
    "release_id": null,
    "release_group_id": "9e081930-09d8-30f8-91a8-fbe0140a7dad",
    "labels": [
        "Cream Records"
    ],
    "label_ids": [
        "5fc2f213-6a78-4acd-8f69-0ee022ebe61c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kid Dynamite was an American hardcore punk band from Philadelphia, Pennsylvania. The song is a blue-eyed soul classic that features a recognizable break from Kid Dynamite. The break has been sampled by many artists, including Poor Righteous Teachers, Eazy E, Dr. Dre, and Rick Ross.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}