Information about plays

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

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

{
    "id": 2683220,
    "uri": "https://api.kexp.org/v2/plays/2683220/?format=api",
    "airdate": "2020-01-07T10:56:22-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Does It Make You Feel Good?",
    "track_id": "becbdc2f-6a4e-4913-bd74-c16bd6559867",
    "recording_id": null,
    "artist": "Confidence Man",
    "artist_ids": [
        "9fab430a-f1af-4a69-bf68-6857a7a50a68"
    ],
    "album": "Does It Make You Feel Good?",
    "release_id": "34479a3a-0ffa-434f-83c3-45112cce5d14",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2019-11-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In this 2018 feature, Australian band Confidence Man says, \"People can look down on happy music, but I don’t think that’s right at all\": https://www.readdork.com/features/confidence-man-album-interview-2018",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}