Information about plays

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

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

{
    "id": 3414819,
    "uri": "https://api.kexp.org/v2/plays/3414819/?format=api",
    "airdate": "2024-10-19T21:11:01-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living On A crust",
    "track_id": null,
    "recording_id": null,
    "artist": "Alien Nosejob",
    "artist_ids": [
        "0de9adba-b2b4-4d84-99d3-f043dc92b263"
    ],
    "album": "Turns The Colour Of Shit",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Total Punk"
    ],
    "label_ids": [
        "a6a37f5a-c541-4869-ae30-a0a8ed86a198"
    ],
    "release_date": "2024-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Turns the Colour of Bad Sh*t” will be Jake Robertson’s seventh solo record under the extremely vast and evolving umbrella that is Alien Nosejob.\n\nhttps://aliennosejob.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}