Information about plays

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

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

{
    "id": 509077,
    "uri": "https://api.kexp.org/v2/plays/509077/?format=api",
    "airdate": "2002-01-20T16:56:00-08:00",
    "show": 8766,
    "show_uri": "https://api.kexp.org/v2/shows/8766/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Mkhv04QFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Mkhv04QFL._SL75_.jpg",
    "song": "Everything Is Waking",
    "track_id": "85723913-5c94-42f1-afe0-618e2c7fb3d5",
    "recording_id": null,
    "artist": "The Sunshine Fix",
    "artist_ids": [
        "a050980a-ccb1-4d72-8ed9-a17d4cd07aad"
    ],
    "album": "Age of the Sun",
    "release_id": "92635d72-8313-43c6-8d41-e6094cdd3351",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}