Information about plays

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

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

{
    "id": 496066,
    "uri": "https://api.kexp.org/v2/plays/496066/?format=api",
    "airdate": "2001-12-12T16:22:00-08:00",
    "show": 8509,
    "show_uri": "https://api.kexp.org/v2/shows/8509/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51REveesqjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51REveesqjL._SL75_.jpg",
    "song": "Soul Clap 2000",
    "track_id": "9216b98f-bc9d-4638-99c3-b22d3dfa1cbe",
    "recording_id": null,
    "artist": "Recloose",
    "artist_ids": [
        "51d2e0dc-6e8b-4833-a05c-c505a3161051"
    ],
    "album": "Spelunking",
    "release_id": "438af28c-e5d0-4191-9ebe-c7d7c9891547",
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "1999-09-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}