Information about plays

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

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

{
    "id": 2678917,
    "uri": "https://api.kexp.org/v2/plays/2678917/?format=api",
    "airdate": "2019-12-27T21:39:00-08:00",
    "show": 46236,
    "show_uri": "https://api.kexp.org/v2/shows/46236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mic Check",
    "track_id": "43090e2a-dd62-4d1d-ae05-53ee6b77ce3a",
    "recording_id": null,
    "artist": "Kung Foo Grip",
    "artist_ids": [],
    "album": "2.K.F.G.",
    "release_id": "a787b110-b268-41bc-9eee-8b1c501111d1",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}