Information about plays

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

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

{
    "id": 1233479,
    "uri": "https://api.kexp.org/v2/plays/1233479/?format=api",
    "airdate": "2007-05-20T13:53:13-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FEwtHYh9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FEwtHYh9L._SL75_.jpg",
    "song": "No. 6 Von Karman Street",
    "track_id": "299ef68a-0b63-4bf2-8f4e-13b9dfa08f14",
    "recording_id": null,
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Scribble Mural Comic Journal",
    "release_id": "21951976-a87b-4118-a7dd-9ee319c3a32a",
    "release_group_id": null,
    "labels": [
        "Notenuf Records"
    ],
    "label_ids": [
        "1bb96d42-1be3-48a4-acf7-983e80320235"
    ],
    "release_date": "2007-02-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}