Information about plays

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

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

{
    "id": 2681544,
    "uri": "https://api.kexp.org/v2/plays/2681544/?format=api",
    "airdate": "2020-01-03T07:32:21-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good As Hell",
    "track_id": "8ca51a39-ba9d-4a6f-a6d9-4463a0c2e2be",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Coconut Oil",
    "release_id": "060cccb4-cb5c-499b-bd69-8624155ccf46",
    "release_group_id": null,
    "labels": [
        "Nice Life"
    ],
    "label_ids": [],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It is the song that first says, \"We're going to do it,\" and then says, \"You are doing it better than anyone ever has,\" and then, \"You did it. Thank you.\"  Read a tribute to this great song about self-love and empowerment: https://www.npr.org/2018/11/28/671236822/lizzo-good-as-hell-american-anthem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}