Information about plays

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

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

{
    "id": 2674803,
    "uri": "https://api.kexp.org/v2/plays/2674803/?format=api",
    "airdate": "2019-12-18T06:38:00-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alive & Kicking",
    "track_id": "3c5d5b89-1d94-3087-a000-071ab5c60e13",
    "recording_id": null,
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Alive & Kicking",
    "release_id": "971b9b80-df67-4dba-a25b-4690a18cd1fe",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1985, Simple Minds were the musical guest on the Season 11 premiere episode of Saturday Night Live, hosted by Madonna. They played “Alive and Kicking” and Kerr’s outfit was sparklier than Madonna’s. Maybe not his dance moves, however. - https://bit.ly/2Z2hTCu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}