Information about plays

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

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

{
    "id": 375287,
    "uri": "https://api.kexp.org/v2/plays/375287/?format=api",
    "airdate": "2019-09-01T15:27:03-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/d70e5c25-db3d-4500-b2c6-43c08cb6fc1f/23722578554-250.jpg",
    "thumbnail_uri": "",
    "song": "The Surprise Knock",
    "track_id": "696080ac-b0a3-4682-a0c3-a6057f328ea5",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "In the Morse Code of Brake Lights",
    "release_id": "d70e5c25-db3d-4500-b2c6-43c08cb6fc1f",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}