Information about plays

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

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

{
    "id": 1412446,
    "uri": "https://api.kexp.org/v2/plays/1412446/?format=api",
    "airdate": "2008-08-21T05:24:48-07:00",
    "show": 24638,
    "show_uri": "https://api.kexp.org/v2/shows/24638/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SUVvg0FeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SUVvg0FeL._SL75_.jpg",
    "song": "Sugar Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Rodriguez",
    "artist_ids": [
        "8898cd01-b0c5-41bd-9699-0845fc73efc1"
    ],
    "album": "Cold Fact",
    "release_id": "a6ab0d65-f43d-42bc-a1fe-13250739f4df",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}