Information about plays

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

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

{
    "id": 1168827,
    "uri": "https://api.kexp.org/v2/plays/1168827/?format=api",
    "airdate": "2006-12-05T07:05:01-08:00",
    "show": 20504,
    "show_uri": "https://api.kexp.org/v2/shows/20504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61J7Y75RE7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61J7Y75RE7L._SL75_.jpg",
    "song": "Jacob the Skate",
    "track_id": "8641d11e-dad7-4a90-85ee-2f1932a25921",
    "recording_id": null,
    "artist": "Man Plus",
    "artist_ids": [
        "421af604-2a2d-457f-b45f-2c26eebe240d"
    ],
    "album": "We Had No Sex",
    "release_id": "af9564a0-105f-4719-8a7e-28931694f987",
    "release_group_id": null,
    "labels": [
        "No Format"
    ],
    "label_ids": [
        "1f18b276-ca74-4f1f-8373-2f1e3d8a449d"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}