Information about plays

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

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

{
    "id": 375426,
    "uri": "https://api.kexp.org/v2/plays/375426/?format=api",
    "airdate": "2019-09-02T00:20:00-07:00",
    "show": 6252,
    "show_uri": "https://api.kexp.org/v2/shows/6252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream. Come. True.",
    "track_id": "50a31462-6c41-4df7-9e71-487c8513c0ec",
    "recording_id": null,
    "artist": "Mark Guiliana",
    "artist_ids": [
        "12fb47e3-526d-470f-b439-b80bfee3dbeb"
    ],
    "album": "My Life Starts Now.",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AGATE"
    ],
    "label_ids": [
        "3b19c75d-1707-495a-8393-0ecf5be3dfd2"
    ],
    "release_date": "2014-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}