Information about plays

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

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

{
    "id": 530895,
    "uri": "https://api.kexp.org/v2/plays/530895/?format=api",
    "airdate": "2002-03-25T06:16:49-08:00",
    "show": 9193,
    "show_uri": "https://api.kexp.org/v2/shows/9193/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VbkWobuwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VbkWobuwL._SL75_.jpg",
    "song": "Taxman",
    "track_id": "1538825b-1907-42b0-9f25-cae1b608a317",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Anthology 2 (disc 1)",
    "release_id": "4ffd6b33-61ca-43c6-b30c-978fefe1ed90",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1996-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}