Information about plays

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

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

{
    "id": 1415230,
    "uri": "https://api.kexp.org/v2/plays/1415230/?format=api",
    "airdate": "2008-08-28T05:08:43-07:00",
    "show": 24684,
    "show_uri": "https://api.kexp.org/v2/shows/24684/?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": "Buriedfed",
    "track_id": "04e82524-cadb-49a2-b5a3-6f72c4574329",
    "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"
}