Information about plays

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

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

{
    "id": 447234,
    "uri": "https://api.kexp.org/v2/plays/447234/?format=api",
    "airdate": "2001-07-21T03:32:18-07:00",
    "show": 7556,
    "show_uri": "https://api.kexp.org/v2/shows/7556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WE4084CTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WE4084CTL._SL75_.jpg",
    "song": "How to Exercise the Turntable Record Player",
    "track_id": "b43c5281-78e6-45f0-b494-a8f81930c1ce",
    "recording_id": null,
    "artist": "DJ Vadim",
    "artist_ids": [
        "66fce392-d89d-4eaa-a346-c50aa1021f00"
    ],
    "album": "U.S.S.R.: Instrumentals to Life (disc 2)",
    "release_id": "5eb953c9-ce02-4172-8773-59ea2fdac86f",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1999-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}