Information about plays

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

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

{
    "id": 1392682,
    "uri": "https://api.kexp.org/v2/plays/1392682/?format=api",
    "airdate": "2008-07-02T10:55:38-07:00",
    "show": 24306,
    "show_uri": "https://api.kexp.org/v2/shows/24306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xyr9XYNJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xyr9XYNJL._SL75_.jpg",
    "song": "White Night",
    "track_id": "daa57fa0-a3fa-418e-8698-6e6552c42896",
    "recording_id": null,
    "artist": "The Lines",
    "artist_ids": [
        "e13b2cb8-06fc-47c4-b3a9-3e42e58acb89"
    ],
    "album": "Memory Span",
    "release_id": "dbffee6b-6d91-4d04-a351-e1b19c1afff8",
    "release_group_id": null,
    "labels": [
        "Acute Records"
    ],
    "label_ids": [
        "4b8b8a10-755e-4b12-b6a9-4b7cddd66f76"
    ],
    "release_date": "2008-05-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}