Information about plays

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

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

{
    "id": 2680800,
    "uri": "https://api.kexp.org/v2/plays/2680800/?format=api",
    "airdate": "2020-01-01T12:04:00-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bridge to Hawaii",
    "track_id": "e48e4d89-d110-4dbe-80cd-1b41cfd40f6b",
    "recording_id": null,
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "NVM",
    "release_id": "29cb6651-8d5f-4ce3-8e5b-9872da4ab832",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [],
    "release_date": "2014-02-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}