Information about plays

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

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

{
    "id": 351529,
    "uri": "https://api.kexp.org/v2/plays/351529/?format=api",
    "airdate": "2019-07-08T02:46:11-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/064e7db2-706a-36fc-a7cc-257d7b2bfc1d/3214128328-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage Kicks",
    "track_id": "f1b86dd9-5f3e-3df2-861f-f0a284c14f51",
    "recording_id": null,
    "artist": "The Undertones",
    "artist_ids": [
        "d188e4cd-d187-4df2-8516-6ff8dfd3735c"
    ],
    "album": "No Thanks! The '70s Punk Rebellion",
    "release_id": "064e7db2-706a-36fc-a7cc-257d7b2bfc1d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}