Information about plays

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

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

{
    "id": 1413183,
    "uri": "https://api.kexp.org/v2/plays/1413183/?format=api",
    "airdate": "2008-08-23T00:39:41-07:00",
    "show": 24649,
    "show_uri": "https://api.kexp.org/v2/shows/24649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E5W2Y63DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E5W2Y63DL._SL75_.jpg",
    "song": "Who's Laughing?",
    "track_id": "cb87e03f-f472-4fed-9ea2-ccd86261f9cf",
    "recording_id": null,
    "artist": "Miles Benjamin Anthony Robinson",
    "artist_ids": [
        "47367ccf-db82-4c05-a8ae-13a08bc78f15"
    ],
    "album": "Miles Benjamin Anthony Robinson",
    "release_id": "24ad2aa6-222f-477b-a67b-cf611e31565e",
    "release_group_id": null,
    "labels": [
        "Say Hey Records"
    ],
    "label_ids": [
        "779e4a61-56bc-4c64-8787-19b9e196c3b0"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}