Information about plays

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

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

{
    "id": 1414971,
    "uri": "https://api.kexp.org/v2/plays/1414971/?format=api",
    "airdate": "2008-08-27T15:29:32-07:00",
    "show": 24681,
    "show_uri": "https://api.kexp.org/v2/shows/24681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516RZGHhbeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516RZGHhbeL._SL75_.jpg",
    "song": "I Give You Two Seconds to Entertain Me",
    "track_id": "b9da9e0d-ec2c-4a71-a9a4-752337940d75",
    "recording_id": null,
    "artist": "Northern Portrait",
    "artist_ids": [
        "0294464a-fd47-4709-b85d-9d77aa6e822f"
    ],
    "album": "Napoleon Sweetheart EP",
    "release_id": "2675863c-757a-437e-9033-79fb18b397ff",
    "release_group_id": null,
    "labels": [
        "Matinée Recordings"
    ],
    "label_ids": [
        "875907dc-80c0-4843-be34-fc45781f6afa"
    ],
    "release_date": "2008-09-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}