Information about plays

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

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

{
    "id": 376917,
    "uri": "https://api.kexp.org/v2/plays/376917/?format=api",
    "airdate": "2019-09-05T07:35:43-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/29999cc0-769d-4b11-9117-eff0c2f0d581/23768387753-250.jpg",
    "thumbnail_uri": "",
    "song": "Falling Down the Stairs of Your Smile",
    "track_id": "2d9ff866-e26b-43b5-b5f3-5828894697e4",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Falling Down the Stairs of Your Smile",
    "release_id": "29999cc0-769d-4b11-9117-eff0c2f0d581",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This Vancouver band has a new album coming on September 27th! Find new merch and your copy of 'In the Morse Code of Brake Lights' here: https://www.thenewpornographers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}