Information about plays

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

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

{
    "id": 370417,
    "uri": "https://api.kexp.org/v2/plays/370417/?format=api",
    "airdate": "2019-08-21T14:31:52-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "http://coverartarchive.org/release/c16a26e1-cc0f-4c43-8258-5199255776ee/23547892267-250.jpg",
    "thumbnail_uri": "",
    "song": "Hercules",
    "track_id": "358cbc78-2962-4858-9f7d-d942d552b321",
    "recording_id": null,
    "artist": "Common feat. Swizz Beatz",
    "artist_ids": [
        "698ff525-ff51-4206-8f08-60a7458aab24"
    ],
    "album": "Let Love",
    "release_id": "c16a26e1-cc0f-4c43-8258-5199255776ee",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new album drops August 30th!  https://www.thinkcommon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}