Information about plays

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

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

{
    "id": 1396133,
    "uri": "https://api.kexp.org/v2/plays/1396133/?format=api",
    "airdate": "2008-07-11T00:32:43-07:00",
    "show": 24361,
    "show_uri": "https://api.kexp.org/v2/shows/24361/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Tj-BOPJQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Tj-BOPJQL._SL75_.jpg",
    "song": "A Rising Wind",
    "track_id": "b54b940b-23f0-4f66-a2a4-7fcd4517b11e",
    "recording_id": null,
    "artist": "Helios",
    "artist_ids": [
        "50a32791-ee43-4c67-aabc-3dc65e4a9838"
    ],
    "album": "Ayres",
    "release_id": "973392df-e7d6-4860-8c2b-71040bb879a3",
    "release_group_id": null,
    "labels": [
        "Type Records"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}