Information about plays

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

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

{
    "id": 3438180,
    "uri": "https://api.kexp.org/v2/plays/3438180/?format=api",
    "airdate": "2024-12-14T22:31:03-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party In My Chevrolet",
    "track_id": null,
    "recording_id": "88c11604-303a-4afc-83e1-f1c0efbf2092",
    "artist": "The Celebrities",
    "artist_ids": [
        "ad72ac0d-90e6-430e-8ba6-ae90520501ed"
    ],
    "album": "Redd Karpet",
    "release_id": null,
    "release_group_id": "b7a85fe6-d20c-410b-83c9-1d61fb55a9ca",
    "labels": [
        "Total Punk"
    ],
    "label_ids": [
        "a6a37f5a-c541-4869-ae30-a0a8ed86a198"
    ],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "International collaboration between Joe Sussman (Nancy, Dangus Tarkus,Muff Divers) and Kel Mason (Gee Tee) with a cameo by Ishka Edmeades (Tee Vee Repairman, Satanic Togas, Set Top Box...) on \"Crackin Under Pressure\".\n\nhttps://totalpunkrecords.bandcamp.com/album/redd-karpet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}