Information about plays

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

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

{
    "id": 381760,
    "uri": "https://api.kexp.org/v2/plays/381760/?format=api",
    "airdate": "2019-09-16T23:41:00-07:00",
    "show": 6356,
    "show_uri": "https://api.kexp.org/v2/shows/6356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gimme Some Slack = ギミ・サム・スラック",
    "track_id": "b9e25edc-67a6-4993-8981-06f6625a7719",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Panorama",
    "release_id": "aaaecd53-deb8-4d4c-98be-91ac0fb06606",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "2012-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ric Ocasek.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}