Information about plays

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

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

{
    "id": 348839,
    "uri": "https://api.kexp.org/v2/plays/348839/?format=api",
    "airdate": "2019-07-02T00:53:08-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "http://coverartarchive.org/release/740bc2bb-3d6e-4870-b176-b6f219475eea/15635836641-250.jpg",
    "thumbnail_uri": "",
    "song": "Take Off Your Cool",
    "track_id": "0a753220-da36-30af-8192-6f976e46633f",
    "recording_id": null,
    "artist": "OutKast feat. Norah Jones",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "…Featuring",
    "release_id": "740bc2bb-3d6e-4870-b176-b6f219475eea",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2010-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}