Information about plays

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

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

{
    "id": 369131,
    "uri": "https://api.kexp.org/v2/plays/369131/?format=api",
    "airdate": "2019-08-18T14:31:00-07:00",
    "show": 6153,
    "show_uri": "https://api.kexp.org/v2/shows/6153/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stranger to My Happiness",
    "track_id": "7f8ad5ce-2327-4628-acd3-6da9ea47c546",
    "recording_id": null,
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Give the People What They Want",
    "release_id": "68ae5569-b910-4f94-99e3-340899585049",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We miss you, Sharon. Awesome video of this song at https://www.youtube.com/watch?v=IlPE1rEdAdI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}