Information about plays

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

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

{
    "id": 1312535,
    "uri": "https://api.kexp.org/v2/plays/1312535/?format=api",
    "airdate": "2007-12-10T14:43:00-08:00",
    "show": 22958,
    "show_uri": "https://api.kexp.org/v2/shows/22958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XIbVvDBTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XIbVvDBTL._SL75_.jpg",
    "song": "The Light Before We Land",
    "track_id": null,
    "recording_id": null,
    "artist": "The Delgados",
    "artist_ids": [
        "d629843e-d2b9-4665-a203-19f9c7f811ef"
    ],
    "album": "Hate",
    "release_id": "76eb0091-6dd9-40c5-ab91-abd07c396a8e",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "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"
}