Information about plays

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

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

{
    "id": 372909,
    "uri": "https://api.kexp.org/v2/plays/372909/?format=api",
    "airdate": "2019-08-27T08:45:53-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Robots",
    "track_id": "496f5717-06d1-3433-99d1-c5ca4f0b3c1f",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "081a744e-ad3c-3127-927d-6e7ed3ac0423",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2009-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When the song is performed live, the band is traditionally replaced by robots that resemble themselves.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}