Information about plays

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

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

{
    "id": 1375369,
    "uri": "https://api.kexp.org/v2/plays/1375369/?format=api",
    "airdate": "2008-05-17T21:25:29-07:00",
    "show": 24006,
    "show_uri": "https://api.kexp.org/v2/shows/24006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MVS89QFBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MVS89QFBL._SL75_.jpg",
    "song": "I Want More",
    "track_id": "505bae74-9a4a-466b-92a1-fa001eb8f2e4",
    "recording_id": null,
    "artist": "Suicidal Tendencies",
    "artist_ids": [
        "e9e2a634-984f-4c10-bf7b-7970179e1ef1"
    ],
    "album": "Suicidal Tendencies",
    "release_id": "8a59e142-c96f-4e66-ac78-b65679811421",
    "release_group_id": null,
    "labels": [
        "Frontier Records"
    ],
    "label_ids": [
        "93450244-634f-4144-9f1f-8eec94999261"
    ],
    "release_date": "1983-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}