Information about plays

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

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

{
    "id": 2677780,
    "uri": "https://api.kexp.org/v2/plays/2677780/?format=api",
    "airdate": "2019-12-25T03:23:29-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Workers Are on Strike",
    "track_id": "e8ec490d-7015-46d9-a57a-838f529eaec8",
    "recording_id": null,
    "artist": "Karen Gwyer",
    "artist_ids": [
        "ffe3669b-85f3-470d-906e-808e76e95937"
    ],
    "album": "Rembo",
    "release_id": "52a92078-1558-49c3-af87-108fc86abb69",
    "release_group_id": null,
    "labels": [
        "Don’t Be Afraid"
    ],
    "label_ids": [],
    "release_date": "2017-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ann Arbor native, London based producer Karen Gwyer pays homage to Detroit, the spiritual home of techno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}