Information about plays

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

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

{
    "id": 350717,
    "uri": "https://api.kexp.org/v2/plays/350717/?format=api",
    "airdate": "2019-07-06T03:39:28-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "http://coverartarchive.org/release/091d2293-19d2-3f40-8542-05412f1f7aeb/2977171652-250.jpg",
    "thumbnail_uri": "",
    "song": "Da Art of Storytellin’, Part 2",
    "track_id": "c641f2db-ed15-3b52-bfe1-bc74637ccb07",
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Aquemini",
    "release_id": "091d2293-19d2-3f40-8542-05412f1f7aeb",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1998-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}