Information about plays

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

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

{
    "id": 348466,
    "uri": "https://api.kexp.org/v2/plays/348466/?format=api",
    "airdate": "2019-07-01T03:08:20-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "http://coverartarchive.org/release/365de359-7c0b-4c35-a6b0-dcee8a48294c/7203437990-250.jpg",
    "thumbnail_uri": "",
    "song": "Young Adult Friction",
    "track_id": "04eb1c4d-5cd5-30db-bdb7-c1fa5ac80177",
    "recording_id": null,
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "The Pains of Being Pure at Heart",
    "release_id": "365de359-7c0b-4c35-a6b0-dcee8a48294c",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2009-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}