Information about plays

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

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

{
    "id": 379017,
    "uri": "https://api.kexp.org/v2/plays/379017/?format=api",
    "airdate": "2019-09-10T06:28:24-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/fd573813-9f27-3ca5-9887-ce84510d81b2/5734924900-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Breathe",
    "track_id": "f3f9f8b8-938e-3a08-b7a8-99f63de5ee83",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Backspacer",
    "release_id": "fd573813-9f27-3ca5-9887-ce84510d81b2",
    "release_group_id": null,
    "labels": [
        "Monkeywrench Records"
    ],
    "label_ids": [
        "fdef4ca1-8821-423f-9228-023b5d33299a"
    ],
    "release_date": "2009-09-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vedder described this song to the Toronto Globe and Mail: \"There's never a dull moment on the road – every day it's something. Maybe that's why my goal is the dull moment. That's what this song is: It's saying, 'Just stop, and be together. Don't talk now, just breathe and feel each other's presence – now that the kids are in bed.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}