Information about plays

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

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

{
    "id": 1352975,
    "uri": "https://api.kexp.org/v2/plays/1352975/?format=api",
    "airdate": "2008-03-22T15:44:58-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kK1vjsSoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kK1vjsSoL._SL75_.jpg",
    "song": "The X",
    "track_id": "a3a0409a-f06e-4366-a7cc-2be917b0d483",
    "recording_id": null,
    "artist": "Blood on the Wall",
    "artist_ids": [
        "8e4c8cc7-b5af-4329-a7ca-3d92c3a9ddb7"
    ],
    "album": "Liferz",
    "release_id": "7530e440-90a7-4830-8e88-e5aad50fdc23",
    "release_group_id": null,
    "labels": [
        "The Social Registry"
    ],
    "label_ids": [
        "cd54f95d-4aa0-44c6-9d2c-38c2d2a8de79"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}