Information about plays

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

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

{
    "id": 532915,
    "uri": "https://api.kexp.org/v2/plays/532915/?format=api",
    "airdate": "2002-03-30T13:45:14-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dc4xTElSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dc4xTElSL._SL75_.jpg",
    "song": "Kalen",
    "track_id": "70c01edc-fd08-4c9e-8d90-4efd32a3f472",
    "recording_id": null,
    "artist": "Soulive",
    "artist_ids": [
        "8b1bdf8a-69dc-4c73-b6f9-0ae6f9cdcd31"
    ],
    "album": "Next",
    "release_id": "82b954f7-1b55-41f5-a4ab-1c776d6a50f8",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2002-03-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}