Information about plays

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

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

{
    "id": 2680799,
    "uri": "https://api.kexp.org/v2/plays/2680799/?format=api",
    "airdate": "2020-01-01T12:01:58-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ring of Fire",
    "track_id": "ff6edcd0-bf80-4e4c-b067-6697d1fd04e1",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend",
    "release_id": "c2e7652c-aea3-4170-bd14-bc05e5a93ced",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}