Information about plays

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

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

{
    "id": 1316043,
    "uri": "https://api.kexp.org/v2/plays/1316043/?format=api",
    "airdate": "2007-12-19T11:14:42-08:00",
    "show": 23014,
    "show_uri": "https://api.kexp.org/v2/shows/23014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210Q829G8QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210Q829G8QL._SL75_.jpg",
    "song": "The Day We Hit the Coast",
    "track_id": "be6256c3-377a-41a9-8d63-0e93019cca93",
    "recording_id": null,
    "artist": "Thrush Hermit",
    "artist_ids": [
        "39e8654b-4b01-4e62-bf50-9ad8485b5ba0"
    ],
    "album": "Clayton Park",
    "release_id": "b6c58bcc-3628-48d5-9334-ab503d87cf15",
    "release_group_id": null,
    "labels": [
        "Sonic"
    ],
    "label_ids": [
        "86d77b34-7c67-4712-89ac-cad010f2bd59"
    ],
    "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"
}