Information about plays

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

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

{
    "id": 376993,
    "uri": "https://api.kexp.org/v2/plays/376993/?format=api",
    "airdate": "2019-09-05T11:45:56-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/812bc186-64fc-4049-bb50-d86097a13d98/7941642928-250.jpg",
    "thumbnail_uri": "",
    "song": "Flower to Hide",
    "track_id": "c6f39ad3-cc76-3e33-b69a-8e9e60d346c2",
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "812bc186-64fc-4049-bb50-d86097a13d98",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band took their name from the firework known as the Catherine wheel, which in turn had taken its name from the medieval torture device of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}