Information about plays

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

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

{
    "id": 2677187,
    "uri": "https://api.kexp.org/v2/plays/2677187/?format=api",
    "airdate": "2019-12-23T15:32:59-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wide Open",
    "track_id": "a4d8296f-907f-4fb2-b288-751896ac67e8",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Born in the Echoes",
    "release_id": "e8b6d4e5-23f5-4e95-98f3-3e7e84ff11c7",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Beck on vocals!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}