Information about plays

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

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

{
    "id": 1379608,
    "uri": "https://api.kexp.org/v2/plays/1379608/?format=api",
    "airdate": "2008-05-28T14:12:15-07:00",
    "show": 24077,
    "show_uri": "https://api.kexp.org/v2/shows/24077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z9vtz2UoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z9vtz2UoL._SL75_.jpg",
    "song": "Deja Vu",
    "track_id": "cbc976f8-493c-4741-a5ac-5a9e35210b3e",
    "recording_id": null,
    "artist": "Telepathique",
    "artist_ids": [
        "c77e33d8-837d-44dc-8f25-a705551038ae"
    ],
    "album": "Love & Lust",
    "release_id": "5ae062b6-fbb4-46c1-98c7-75896c8262e3",
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}