Information about plays

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

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

{
    "id": 1375287,
    "uri": "https://api.kexp.org/v2/plays/1375287/?format=api",
    "airdate": "2008-05-17T17:16:58-07:00",
    "show": 24004,
    "show_uri": "https://api.kexp.org/v2/shows/24004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LFH2gA5jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LFH2gA5jL._SL75_.jpg",
    "song": "Wanna Be a Star",
    "track_id": "87914778-c13d-4d65-b387-01559f59fe39",
    "recording_id": null,
    "artist": "Walter Meego",
    "artist_ids": [
        "c2a07c94-6fd8-41fb-9b36-d35f3b4b51cd"
    ],
    "album": "Voyager",
    "release_id": "5f981131-21de-442f-9a94-dac77e486f5d",
    "release_group_id": null,
    "labels": [
        "Gold Dust"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}