Information about plays

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

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

{
    "id": 1375988,
    "uri": "https://api.kexp.org/v2/plays/1375988/?format=api",
    "airdate": "2008-05-19T11:29:44-07:00",
    "show": 24018,
    "show_uri": "https://api.kexp.org/v2/shows/24018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rtgoNgLsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rtgoNgLsL._SL75_.jpg",
    "song": "Send Me an Angel",
    "track_id": "9c5ef4ee-e74f-407f-9bc0-021688716453",
    "recording_id": null,
    "artist": "Dirty on Purpose",
    "artist_ids": [
        "5b5007c9-28e0-4895-9c34-40d17a676b7d"
    ],
    "album": "Like Bees",
    "release_id": "a668eaa8-ea84-4c35-b3ea-a955610045ca",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}