Information about plays

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

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

{
    "id": 515841,
    "uri": "https://api.kexp.org/v2/plays/515841/?format=api",
    "airdate": "2002-02-08T23:06:00-08:00",
    "show": 8893,
    "show_uri": "https://api.kexp.org/v2/shows/8893/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aMrVViT1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aMrVViT1L._SL75_.jpg",
    "song": "Second Future",
    "track_id": "d4b87ff5-94a7-44ce-93af-a369e031e054",
    "recording_id": null,
    "artist": "Diffusion",
    "artist_ids": [
        "9530f41f-9773-4f2d-b0fc-dbccab0299d0"
    ],
    "album": "Om Lounge 6",
    "release_id": "493a441d-a939-4512-874f-8c9c816f770a",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}