Information about plays

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

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

{
    "id": 501196,
    "uri": "https://api.kexp.org/v2/plays/501196/?format=api",
    "airdate": "2001-12-28T02:56:00-08:00",
    "show": 8606,
    "show_uri": "https://api.kexp.org/v2/shows/8606/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JqrlxvL0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JqrlxvL0L._SL75_.jpg",
    "song": "No One, No How, Never (Nubian Mindz remix)",
    "track_id": "eaacdf83-1157-4ecb-903c-af45346e1aae",
    "recording_id": null,
    "artist": "P'taah",
    "artist_ids": [
        "9c99c5d2-1fe9-4a3f-9661-432603aedafe"
    ],
    "album": "De'compressed",
    "release_id": "ef44c4a2-4af9-4ce2-9b00-bb9c2c3999e4",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}