Information about plays

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

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

{
    "id": 452070,
    "uri": "https://api.kexp.org/v2/plays/452070/?format=api",
    "airdate": "2001-08-04T09:12:37-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ifZXnJ-PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ifZXnJ-PL._SL75_.jpg",
    "song": "New Style",
    "track_id": "aafe2534-ba59-437a-8511-236a4d86ec88",
    "recording_id": null,
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "Original Rockers",
    "release_id": "701ce273-d0e6-4e6c-8b77-fa9b441ac8f8",
    "release_group_id": null,
    "labels": [
        "Pablo International"
    ],
    "label_ids": [],
    "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"
}