Information about plays

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

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

{
    "id": 378632,
    "uri": "https://api.kexp.org/v2/plays/378632/?format=api",
    "airdate": "2019-09-09T06:52:11-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Campaign for Real Rock",
    "track_id": "8c23ed20-8bbf-31b5-acd5-3314284bf49b",
    "recording_id": null,
    "artist": "Edwyn Collins",
    "artist_ids": [
        "14c0c282-e0c1-46fe-acd1-9a015ba721c5"
    ],
    "album": "Gorgeous George",
    "release_id": "c1f07e5d-f842-3276-aa6a-c892dc5f3ea2",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collins is touring Europe in support of his new album, 'Badbea', 14 years after suffering 2 strokes that left him going through extensive rehabilitation.  http://www.edwyncollins.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}