Information about plays

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

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

{
    "id": 466664,
    "uri": "https://api.kexp.org/v2/plays/466664/?format=api",
    "airdate": "2001-09-16T05:04:36-07:00",
    "show": 7937,
    "show_uri": "https://api.kexp.org/v2/shows/7937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C86Z6CHWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C86Z6CHWL._SL75_.jpg",
    "song": "Pantone (Red)",
    "track_id": "8be6fd20-7ef0-48df-bb8a-25c7c1e5ee2e",
    "recording_id": null,
    "artist": "To Rococo Rot and I-Sound",
    "artist_ids": [
        "3469c1ed-7e7d-4c93-8f5b-6e05c4764193"
    ],
    "album": "Pantone EP",
    "release_id": "3a9b58c7-d775-487a-a842-f7870ef01204",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}