Information about plays

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

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

{
    "id": 375646,
    "uri": "https://api.kexp.org/v2/plays/375646/?format=api",
    "airdate": "2019-09-02T14:48:34-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a8b3c9b-909b-4b2f-ad8c-2484a8917ac4/23565239974-250.jpg",
    "thumbnail_uri": "",
    "song": "Feel the Vibe",
    "track_id": "df9e3481-9f9f-4946-9c9a-94dba19b6fc5",
    "recording_id": null,
    "artist": "BJ the Chicago Kid & Anderson .Paak",
    "artist_ids": [
        "112beffb-1adc-488b-8d61-7b2ab3475d52"
    ],
    "album": "1123",
    "release_id": "5a8b3c9b-909b-4b2f-ad8c-2484a8917ac4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BJ will be @ Nectar Monday, September 23! https://www.eventbrite.com/e/bj-the-chicago-kid-tickets-65457141071",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}