Information about plays

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

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

{
    "id": 497766,
    "uri": "https://api.kexp.org/v2/plays/497766/?format=api",
    "airdate": "2001-12-17T18:36:00-08:00",
    "show": 8543,
    "show_uri": "https://api.kexp.org/v2/shows/8543/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yUCUfQY3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yUCUfQY3L._SL75_.jpg",
    "song": "Somaiko Somainao",
    "track_id": "be817255-efc0-4e94-9596-039ced911350",
    "recording_id": null,
    "artist": "Jaojoby",
    "artist_ids": [
        "0aa93c31-29b9-44e7-b594-7c7211b34d47"
    ],
    "album": "Aza Arianao",
    "release_id": "0d3bcd7b-307a-48e2-a269-273fd5350614",
    "release_group_id": null,
    "labels": [
        "Indigo/Label Bleu (France)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}