Information about plays

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

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

{
    "id": 380108,
    "uri": "https://api.kexp.org/v2/plays/380108/?format=api",
    "airdate": "2019-09-12T19:06:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurtin’ (On the Bottle)",
    "track_id": "1d4092b4-1017-4fc3-b8c7-b7bed7f455e3",
    "recording_id": null,
    "artist": "Margo Price",
    "artist_ids": [
        "b53b9322-7d65-4b17-ae4c-9190d347fcea"
    ],
    "album": "Midwest Farmer’s Daughter",
    "release_id": "52b6fd3c-1bde-4845-93e8-bf18068e564e",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2016-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}