Information about plays

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

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

{
    "id": 1315829,
    "uri": "https://api.kexp.org/v2/plays/1315829/?format=api",
    "airdate": "2007-12-18T22:28:12-08:00",
    "show": 23011,
    "show_uri": "https://api.kexp.org/v2/shows/23011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41orH-NUO-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41orH-NUO-L._SL75_.jpg",
    "song": "Everything Is OK",
    "track_id": "afce61dc-c804-49a5-8559-0994b1aac5c9",
    "recording_id": null,
    "artist": "Halou",
    "artist_ids": [
        "ead4fa2d-2ecc-47f6-8ad0-01d26683e7db"
    ],
    "album": "Wholeness EP",
    "release_id": "b20659bb-7a28-4ef3-9e27-546b17c27885",
    "release_group_id": null,
    "labels": [
        "Vertebrae Music Productions"
    ],
    "label_ids": [
        "260c975b-646c-4149-81a9-576292c0d767"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}