Information about plays

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

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

{
    "id": 373318,
    "uri": "https://api.kexp.org/v2/plays/373318/?format=api",
    "airdate": "2019-08-28T01:55:00-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nairobi Flex",
    "track_id": "28118166-b9d2-408c-8c41-2fba35867c0f",
    "recording_id": null,
    "artist": "BODY MEAT",
    "artist_ids": [
        "1fd59a0d-b44d-4aea-b4b9-a1a5a2f0a1ff"
    ],
    "album": "Truck Music",
    "release_id": "50c87e0e-0c45-40dd-a5e7-aab42ef53446",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this illuminating Pitchfork interview with Body Meat aka Christopher Taylor: https://bit.ly/2LqxJk7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}