Information about plays

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

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

{
    "id": 370278,
    "uri": "https://api.kexp.org/v2/plays/370278/?format=api",
    "airdate": "2019-08-21T06:26:22-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fade to Grey",
    "track_id": "b5a703f0-cfb4-360a-8e13-bcebda3c6496",
    "recording_id": null,
    "artist": "Visage",
    "artist_ids": [
        "74f5365e-d77c-4a33-9715-7d5f049c9fbb"
    ],
    "album": "If I Was: The Very Best of Midge Ure & Ultravox",
    "release_id": "26f613aa-4342-487b-9cea-c8639d94997f",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Visage were a British synthpop band, formed in London in 1978, and are best known for their hit \"Fade to Grey\" which was released in late 1980. https://www.youtube.com/watch?v=vMPR6Ujop4k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}