Information about plays

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

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

{
    "id": 379027,
    "uri": "https://api.kexp.org/v2/plays/379027/?format=api",
    "airdate": "2019-09-10T07:04:27-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/026312fe-cec5-3ea8-9408-3ebc665b6985/7361662629-250.jpg",
    "thumbnail_uri": "",
    "song": "With or Without You",
    "track_id": "a079a21c-97b3-3dc4-8cc2-8619cb23251d",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Joshua Tree",
    "release_id": "026312fe-cec5-3ea8-9408-3ebc665b6985",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1987 Bono explained that everybody in the group knows what the line \"And you give yourself away\" means: \"It's about how I feel in U2 at times - exposed. I'm not going to do many interviews this year. Because there's a cost to my personal life, and a cost to the group as well.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}