Information about plays

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

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

{
    "id": 375768,
    "uri": "https://api.kexp.org/v2/plays/375768/?format=api",
    "airdate": "2019-09-02T22:22:00-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warmer Than The Sun",
    "track_id": "e50be9e2-b54a-4505-8c3b-d59e2a72c194",
    "recording_id": null,
    "artist": "The Irresistible Force",
    "artist_ids": [
        "0f9cdfc4-2edc-4e0a-b40f-e9cfdf0b2e39"
    ],
    "album": "Kira Kira",
    "release_id": "8dd6e1ea-fe91-42b0-b47a-b9d82ebee5a5",
    "release_group_id": null,
    "labels": [
        "Liquid Sound Design"
    ],
    "label_ids": [],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}