Information about plays

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

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

{
    "id": 374900,
    "uri": "https://api.kexp.org/v2/plays/374900/?format=api",
    "airdate": "2019-08-31T16:22:27-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?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": "Catch BJ the Chicago Kid at Nectar  September 23rd! https://www.bjtck.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}