Information about plays

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

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

{
    "id": 1352288,
    "uri": "https://api.kexp.org/v2/plays/1352288/?format=api",
    "airdate": "2008-03-20T21:27:39-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rWoewlIuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rWoewlIuL._SL75_.jpg",
    "song": "Angels",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "In the Future",
    "release_id": "48b36c2e-6cbe-492c-bb8c-0a80ddbf3cbe",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2008-01-22",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}