Information about plays

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

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

{
    "id": 353530,
    "uri": "https://api.kexp.org/v2/plays/353530/?format=api",
    "airdate": "2019-07-12T16:08:52-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed721fd4-ca0c-4cb1-a569-050c994d10d9/10149201972-250.jpg",
    "thumbnail_uri": "",
    "song": "Head Like a Hole",
    "track_id": "69a81468-799f-3734-a776-ef67bb99e43a",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "ed721fd4-ca0c-4cb1-a569-050c994d10d9",
    "release_group_id": null,
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2010-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you see the Miley Cyrus cover??",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}