Information about plays

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

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

{
    "id": 463196,
    "uri": "https://api.kexp.org/v2/plays/463196/?format=api",
    "airdate": "2001-09-05T18:00:00-07:00",
    "show": 7866,
    "show_uri": "https://api.kexp.org/v2/shows/7866/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YVK8GER1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YVK8GER1L._SL75_.jpg",
    "song": "Boom Boom",
    "track_id": "32def11d-df1c-42fa-bf37-89cab62457da",
    "recording_id": null,
    "artist": "Jimmy Smith",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693"
    ],
    "album": "Hoochie Cooche Man",
    "release_id": "55aed9a6-4840-4432-ae79-72b6214f9aba",
    "release_group_id": null,
    "labels": [
        "Lilith"
    ],
    "label_ids": [
        "ec5ce690-4ebd-4c61-9792-1f56e80ccbd1"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}