Information about plays

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

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

{
    "id": 515619,
    "uri": "https://api.kexp.org/v2/plays/515619/?format=api",
    "airdate": "2002-02-08T08:51:00-08:00",
    "show": 8889,
    "show_uri": "https://api.kexp.org/v2/shows/8889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DZAJDQ85L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DZAJDQ85L._SL75_.jpg",
    "song": "Nothing Lies Still Long",
    "track_id": "5a7a90cf-7118-4372-abbb-9c31ba9cccdd",
    "recording_id": null,
    "artist": "Pell Mell",
    "artist_ids": [
        "12845829-7032-4042-89ec-291dd0f82ac9"
    ],
    "album": "Interstate",
    "release_id": "c7cd2846-cd18-4542-8958-3ac698bb7a6e",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}