Information about plays

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

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

{
    "id": 1385185,
    "uri": "https://api.kexp.org/v2/plays/1385185/?format=api",
    "airdate": "2008-06-13T13:38:01-07:00",
    "show": 24180,
    "show_uri": "https://api.kexp.org/v2/shows/24180/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MdXygzT5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MdXygzT5L._SL75_.jpg",
    "song": "Standing on My Own Again",
    "track_id": "1c01376d-4c11-47b7-8ffd-e11d1a9d22dd",
    "recording_id": null,
    "artist": "Graham Coxon",
    "artist_ids": [
        "fb56cc34-2ab1-4621-ac18-9bf2895e5f4f"
    ],
    "album": "Love Travels at Illegal Speeds",
    "release_id": "8cb10e8a-203e-4667-b5a1-90d92b6b02aa",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2006-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}