Information about plays

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

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

{
    "id": 2678142,
    "uri": "https://api.kexp.org/v2/plays/2678142/?format=api",
    "airdate": "2019-12-25T22:37:00-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close Your Mouth (It's Christmas)",
    "track_id": "4f864b6b-d664-3e84-b46b-16ed444c572c",
    "recording_id": null,
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "You Could Be Born Again",
    "release_id": "bbbf1ce1-69cc-4ee5-86b4-ec82c249135d",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}